diff options
Diffstat (limited to 'test/FixIt/no-fixit.cpp')
-rw-r--r-- | test/FixIt/no-fixit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/no-fixit.cpp b/test/FixIt/no-fixit.cpp index 9da2922..7e8e1fb 100644 --- a/test/FixIt/no-fixit.cpp +++ b/test/FixIt/no-fixit.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fdiagnostics-parseable-fixits -x c++ -std=c++11 %s 2>&1 | FileCheck %s +// RUN: not %clang_cc1 -fdiagnostics-parseable-fixits -x c++ -std=c++11 %s 2>&1 | FileCheck %s // test that the diagnostics produced by this code do not include fixit hints |