diff options
Diffstat (limited to 'test/Parser/cxx-attributes.cpp')
-rw-r--r-- | test/Parser/cxx-attributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/cxx-attributes.cpp b/test/Parser/cxx-attributes.cpp index 743d9b9ec1..192193a6df 100644 --- a/test/Parser/cxx-attributes.cpp +++ b/test/Parser/cxx-attributes.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
class c {
virtual void f1(const char* a, ...)
|