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 abf1e27e18..4fd1429f28 100644
--- a/test/CodeGenObjC/overloadable.m
+++ b/test/CodeGenObjC/overloadable.m
@@ -1,5 +1,5 @@
// rdar://6657613
-// RUN: clang -cc1 -emit-llvm %s -o %t
+// RUN: %clang_cc1 -emit-llvm %s -o %t
@class C;