summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/encode-test-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/encode-test-1.m')
-rw-r--r--test/CodeGenObjC/encode-test-1.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/encode-test-1.m b/test/CodeGenObjC/encode-test-1.m
index 8e6fd86..dd4867c 100644
--- a/test/CodeGenObjC/encode-test-1.m
+++ b/test/CodeGenObjC/encode-test-1.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -triple=i686-apple-darwin9 -emit-llvm -o %t %s
+// RUN: clang -cc1 -triple=i686-apple-darwin9 -emit-llvm -o %t %s
// RUN: grep -e "{Base=b2b3b4b5}" %t | count 1
// RUN: grep -e "{Derived=b2b3b4b5b5b4b3}" %t | count 1
OpenPOWER on IntegriCloud