summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/for-in.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/for-in.m')
-rw-r--r--test/CodeGenObjC/for-in.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/for-in.m b/test/CodeGenObjC/for-in.m
index 434ff796b3..fab0ee47b5 100644
--- a/test/CodeGenObjC/for-in.m
+++ b/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*, ...);