summaryrefslogtreecommitdiffstats
path: root/test/Sema/nested-redef.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/nested-redef.c')
-rw-r--r--test/Sema/nested-redef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/nested-redef.c b/test/Sema/nested-redef.c
index 54a970f..6a19921 100644
--- a/test/Sema/nested-redef.c
+++ b/test/Sema/nested-redef.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
struct X { // expected-note{{previous definition is here}}
struct X { } x; // expected-error{{nested redefinition of 'X'}} \
// expected-error{{field has incomplete type}}
OpenPOWER on IntegriCloud