summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/class-getter-dotsyntax.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/class-getter-dotsyntax.m')
-rw-r--r--test/CodeGenObjC/class-getter-dotsyntax.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/class-getter-dotsyntax.m b/test/CodeGenObjC/class-getter-dotsyntax.m
index 599e6e7154..bc142ce0db 100644
--- a/test/CodeGenObjC/class-getter-dotsyntax.m
+++ b/test/CodeGenObjC/class-getter-dotsyntax.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -emit-llvm -o %t %s
+// RUN: %clang_cc1 -emit-llvm -o %t %s
@interface Test { }
+ (Test *)crash;