summaryrefslogtreecommitdiff
path: root/test/CodeGen/linkage-redecl.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/linkage-redecl.c')
-rw-r--r--test/CodeGen/linkage-redecl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/linkage-redecl.c b/test/CodeGen/linkage-redecl.c
index b015ca8547..09b51f02c1 100644
--- a/test/CodeGen/linkage-redecl.c
+++ b/test/CodeGen/linkage-redecl.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm %s -o - |grep internal
+// RUN: %clang_cc1 -emit-llvm %s -o - |grep internal
// C99 6.2.2p3
// PR3425