summaryrefslogtreecommitdiff
path: root/test/CodeGen/variable-array.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/variable-array.c')
-rw-r--r--test/CodeGen/variable-array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/variable-array.c b/test/CodeGen/variable-array.c
index f5621c289d..80ca78d5cf 100644
--- a/test/CodeGen/variable-array.c
+++ b/test/CodeGen/variable-array.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm < %s | grep puts | count 4
+// RUN: %clang_cc1 -emit-llvm < %s | grep puts | count 4
// PR3248
int a(int x)