summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-typeid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/cxx-typeid.cpp')
-rw-r--r--test/Parser/cxx-typeid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/cxx-typeid.cpp b/test/Parser/cxx-typeid.cpp
index 5a92e7322f..a825dc3cc7 100644
--- a/test/Parser/cxx-typeid.cpp
+++ b/test/Parser/cxx-typeid.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
// FIXME: This should really include <typeinfo>, but we don't have that yet.
namespace std {