diff options
Diffstat (limited to 'test/FixIt/messages.cpp')
-rw-r--r-- | test/FixIt/messages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/messages.cpp b/test/FixIt/messages.cpp index b939144..eb4c09d 100644 --- a/test/FixIt/messages.cpp +++ b/test/FixIt/messages.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -std=c++11 2>&1 %s | FileCheck -strict-whitespace %s +// RUN: not %clang_cc1 -fsyntax-only -std=c++11 2>&1 %s | FileCheck -strict-whitespace %s struct A { unsigned int a; |