summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/encode-test-2.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/encode-test-2.m')
-rw-r--r--test/CodeGenObjC/encode-test-2.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/encode-test-2.m b/test/CodeGenObjC/encode-test-2.m
index 0df54ca0ba..6901168b1d 100644
--- a/test/CodeGenObjC/encode-test-2.m
+++ b/test/CodeGenObjC/encode-test-2.m
@@ -1,4 +1,4 @@
-// RUN: clang -triple=i686-apple-darwin9 -fnext-runtime -emit-llvm -o %t %s &&
+// RUN: clang-cc -triple=i686-apple-darwin9 -fnext-runtime -emit-llvm -o %t %s &&
// RUN: grep -e "@\\\22<X>\\\22" %t &&
// RUN: grep -e "@\\\22<X><Y>\\\22" %t &&
// RUN: grep -e "@\\\22<X><Y><Z>\\\22" %t &&