diff options
Diffstat (limited to 'test/FixIt/fixit-function-call.cpp')
-rw-r--r-- | test/FixIt/fixit-function-call.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/fixit-function-call.cpp b/test/FixIt/fixit-function-call.cpp index b8a08d2301..273e4a41ec 100644 --- a/test/FixIt/fixit-function-call.cpp +++ b/test/FixIt/fixit-function-call.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fdiagnostics-parseable-fixits -x c++ %s 2> %t || true +// RUN: not %clang_cc1 -fdiagnostics-parseable-fixits -x c++ %s 2> %t // RUN: FileCheck %s < %t // PR5941 // END. |