summaryrefslogtreecommitdiffstats
path: root/test/Sema/function-redecl.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/function-redecl.c')
-rw-r--r--test/Sema/function-redecl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/function-redecl.c b/test/Sema/function-redecl.c
index 28593b0678..9544dc9bae 100644
--- a/test/Sema/function-redecl.c
+++ b/test/Sema/function-redecl.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
// PR3588
void g0(int, int);