summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/property-getter-dot-syntax.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/property-getter-dot-syntax.m')
-rw-r--r--test/CodeGenObjC/property-getter-dot-syntax.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/property-getter-dot-syntax.m b/test/CodeGenObjC/property-getter-dot-syntax.m
index 8701b58..8d8ae90 100644
--- a/test/CodeGenObjC/property-getter-dot-syntax.m
+++ b/test/CodeGenObjC/property-getter-dot-syntax.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm -o %t %s
+// RUN: clang -cc1 -emit-llvm -o %t %s
@protocol NSObject
- (void *)description;
OpenPOWER on IntegriCloud