diff options
Diffstat (limited to 'test/FixIt/typo.c')
-rw-r--r-- | test/FixIt/typo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/typo.c b/test/FixIt/typo.c index 8e380c9..4f4c67b 100644 --- a/test/FixIt/typo.c +++ b/test/FixIt/typo.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s -// RUN: %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s +// RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s // RUN: cp %s %t // RUN: not %clang_cc1 -fsyntax-only -fixit -x c %t // RUN: %clang_cc1 -fsyntax-only -pedantic -Werror -x c %t |