summaryrefslogtreecommitdiff
path: root/test/SemaCXX/struct-class-redecl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/struct-class-redecl.cpp')
-rw-r--r--test/SemaCXX/struct-class-redecl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/struct-class-redecl.cpp b/test/SemaCXX/struct-class-redecl.cpp
index 4b6cef6dd2..d3d6d79ea8 100644
--- a/test/SemaCXX/struct-class-redecl.cpp
+++ b/test/SemaCXX/struct-class-redecl.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -Wmismatched-tags -verify %s
+// RUN: %clang_cc1 -fsyntax-only -Wmismatched-tags -verify %s
class X; // expected-note 2{{here}}
typedef struct X * X_t; // expected-warning{{previously declared}}