diff options
Diffstat (limited to 'clang/test/Preprocessor/cxx_oper_spelling.cpp')
-rw-r--r-- | clang/test/Preprocessor/cxx_oper_spelling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/cxx_oper_spelling.cpp b/clang/test/Preprocessor/cxx_oper_spelling.cpp index 85f0426ca3a..0ae9afd7eea 100644 --- a/clang/test/Preprocessor/cxx_oper_spelling.cpp +++ b/clang/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 |