summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/objc2-new-gc-api-strongcast.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/objc2-new-gc-api-strongcast.m')
-rw-r--r--test/CodeGenObjC/objc2-new-gc-api-strongcast.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/objc2-new-gc-api-strongcast.m b/test/CodeGenObjC/objc2-new-gc-api-strongcast.m
index 2992cef1ed..1ff2dd3d8d 100644
--- a/test/CodeGenObjC/objc2-new-gc-api-strongcast.m
+++ b/test/CodeGenObjC/objc2-new-gc-api-strongcast.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -triple x86_64-apple-darwin10 -fblocks -fobjc-gc -emit-llvm -o %t %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fblocks -fobjc-gc -emit-llvm -o %t %s
// RUN: grep -F '@objc_assign_strongCast' %t | count 4
@interface DSATextSearch @end