summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/objc2-ivar-assign.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/objc2-ivar-assign.m')
-rw-r--r--test/CodeGenObjC/objc2-ivar-assign.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/objc2-ivar-assign.m b/test/CodeGenObjC/objc2-ivar-assign.m
index 1d5b97316b..e50cc5b537 100644
--- a/test/CodeGenObjC/objc2-ivar-assign.m
+++ b/test/CodeGenObjC/objc2-ivar-assign.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -fobjc-nonfragile-abi -fobjc-gc -emit-llvm -o %t %s
+// RUN: %clang_cc1 -fobjc-nonfragile-abi -fobjc-gc -emit-llvm -o %t %s
// RUN: grep objc_assign_ivar %t | count 6
@interface I @end