summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/implicit-property.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/implicit-property.m')
-rw-r--r--test/CodeGenObjC/implicit-property.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/implicit-property.m b/test/CodeGenObjC/implicit-property.m
index 206d496..9d17d87 100644
--- a/test/CodeGenObjC/implicit-property.m
+++ b/test/CodeGenObjC/implicit-property.m
@@ -1,5 +1,5 @@
-// RUN: clang-cc -emit-llvm -triple=i686-apple-darwin8 -o %t %s
-// RUNX: clang-cc -emit-llvm -o %t %s
+// RUN: clang -cc1 -emit-llvm -triple=i686-apple-darwin8 -o %t %s
+// RUNX: clang -cc1 -emit-llvm -o %t %s
@interface A
-(void) setOk:(int)arg;
OpenPOWER on IntegriCloud