diff options
Diffstat (limited to 'test/FixIt/fixit-objc-message-comma-separator.m')
-rw-r--r-- | test/FixIt/fixit-objc-message-comma-separator.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/fixit-objc-message-comma-separator.m b/test/FixIt/fixit-objc-message-comma-separator.m index 0caa33e..748553e 100644 --- a/test/FixIt/fixit-objc-message-comma-separator.m +++ b/test/FixIt/fixit-objc-message-comma-separator.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c %s 2>&1 | FileCheck %s +// RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c %s 2>&1 | FileCheck %s // rdar://11376372 @class NSObject; |