summaryrefslogtreecommitdiffstats
path: root/test/Sema/typedef-redef.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/typedef-redef.c')
-rw-r--r--test/Sema/typedef-redef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/typedef-redef.c b/test/Sema/typedef-redef.c
index 9a1c488732..025f65cb35 100644
--- a/test/Sema/typedef-redef.c
+++ b/test/Sema/typedef-redef.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
typedef const int x; // expected-note {{previous definition is here}}
extern x a;