summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/namespace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/namespace.cpp')
-rw-r--r--test/SemaCXX/namespace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/namespace.cpp b/test/SemaCXX/namespace.cpp
index 5ed6ba50ce..ab690b7286 100644
--- a/test/SemaCXX/namespace.cpp
+++ b/test/SemaCXX/namespace.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
namespace A { // expected-note 2 {{previous definition is here}}
int A;
void f() { A = 0; }