diff options
Diffstat (limited to 'test/Preprocessor/cxx_oper_keyword.cpp')
-rw-r--r-- | test/Preprocessor/cxx_oper_keyword.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/cxx_oper_keyword.cpp b/test/Preprocessor/cxx_oper_keyword.cpp index faae687..0464e97 100644 --- a/test/Preprocessor/cxx_oper_keyword.cpp +++ b/test/Preprocessor/cxx_oper_keyword.cpp @@ -1,4 +1,4 @@ -// RUN: not clang-cc %s -E && +// RUN: not clang-cc %s -E // RUN: clang-cc %s -E -fno-operator-names // Not valid in C++ unless -fno-operator-names is passed. |