aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/for-in.m
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-12-14 17:13:18 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-12-14 17:13:18 +0000
commit4ee39815745df681309c0797893e1ef6c2660432 (patch)
tree727de9d3606887234a939e0822b44c75b43d978d /clang/test/CodeGenObjC/for-in.m
parent163fb2692711e60c3080ce443f0d06a40939deaf (diff)
downloadllvm-4ee39815745df681309c0797893e1ef6c2660432.zip
llvm-4ee39815745df681309c0797893e1ef6c2660432.tar.gz
llvm-4ee39815745df681309c0797893e1ef6c2660432.tar.bz2
Tests use the new clang.
llvm-svn: 91290
Diffstat (limited to 'clang/test/CodeGenObjC/for-in.m')
-rw-r--r--clang/test/CodeGenObjC/for-in.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/for-in.m b/clang/test/CodeGenObjC/for-in.m
index 434ff79..fab0ee4 100644
--- a/clang/test/CodeGenObjC/for-in.m
+++ b/clang/test/CodeGenObjC/for-in.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm %s -o %t
+// RUN: clang -cc1 -emit-llvm %s -o %t
void p(const char*, ...);