aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/merge-statics.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/merge-statics.c')
-rw-r--r--test/CodeGen/merge-statics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/merge-statics.c b/test/CodeGen/merge-statics.c
index c442669e6422..6716935c4d12 100644
--- a/test/CodeGen/merge-statics.c
+++ b/test/CodeGen/merge-statics.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc < %s -emit-llvm | grep internal | count 1
+// RUN: %clang_cc1 < %s -emit-llvm | grep internal | count 1
// The two decls for 'a' should merge into one llvm GlobalVariable.