aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/boolassign.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/boolassign.c')
-rw-r--r--test/CodeGen/boolassign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/boolassign.c b/test/CodeGen/boolassign.c
index 73aab8db7c..8c563194e0 100644
--- a/test/CodeGen/boolassign.c
+++ b/test/CodeGen/boolassign.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -emit-llvm -o %t
+// RUN: %clang_cc1 %s -emit-llvm -o %t
int testBoolAssign(void) {
int ss;