summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/overloadable.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/overloadable.m')
-rw-r--r--test/CodeGenObjC/overloadable.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/overloadable.m b/test/CodeGenObjC/overloadable.m
index bd3aff81b9..abf1e27e18 100644
--- a/test/CodeGenObjC/overloadable.m
+++ b/test/CodeGenObjC/overloadable.m
@@ -1,5 +1,5 @@
// rdar://6657613
-// RUN: clang-cc -emit-llvm %s -o %t
+// RUN: clang -cc1 -emit-llvm %s -o %t
@class C;