summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/dot-syntax.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/dot-syntax.m')
-rw-r--r--test/CodeGenObjC/dot-syntax.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/dot-syntax.m b/test/CodeGenObjC/dot-syntax.m
index 5a40fd8726..6282ea491f 100644
--- a/test/CodeGenObjC/dot-syntax.m
+++ b/test/CodeGenObjC/dot-syntax.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -emit-llvm -o %t %s
+// RUN: %clang_cc1 -emit-llvm -o %t %s
int printf(const char *, ...);