summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/encode-test-5.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/encode-test-5.m')
-rw-r--r--test/CodeGenObjC/encode-test-5.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/encode-test-5.m b/test/CodeGenObjC/encode-test-5.m
index a12d900589..a27ffb7c5d 100644
--- a/test/CodeGenObjC/encode-test-5.m
+++ b/test/CodeGenObjC/encode-test-5.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -triple=x86_64-apple-darwin9 -emit-llvm -o %t %s
+// RUN: %clang_cc1 -triple=x86_64-apple-darwin9 -emit-llvm -o %t %s
// RUN: grep ji.00 %t | count 1
char *a = @encode(_Complex int);