diff options
Diffstat (limited to 'test/Preprocessor/cxx_oper_spelling.cpp')
-rw-r--r-- | test/Preprocessor/cxx_oper_spelling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/cxx_oper_spelling.cpp b/test/Preprocessor/cxx_oper_spelling.cpp index 85f0426..0ae9afd 100644 --- a/test/Preprocessor/cxx_oper_spelling.cpp +++ b/test/Preprocessor/cxx_oper_spelling.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc -E %s | grep 'a: "and"' +// RUN: %clang_cc1 -E %s | grep 'a: "and"' #define X(A) #A |