summaryrefslogtreecommitdiff
path: root/test/FixIt
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-10-26 19:36:20 +0000
committerDouglas Gregor <dgregor@apple.com>2010-10-26 19:36:20 +0000
commit30af47fde154f04b3ac0c4cd9576e39e942689f8 (patch)
tree68a3e1e5affaa5f1e19b03ec9ba2f0fe5c718980 /test/FixIt
parent043fb9a1fc0609285f60f0f87e5a18195408f34c (diff)
downloadclang-30af47fde154f04b3ac0c4cd9576e39e942689f8.tar.gz
I hate this test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FixIt')
-rw-r--r--test/FixIt/typo.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/FixIt/typo.m b/test/FixIt/typo.m
index 9a25a026e5..bc0555dc1b 100644
--- a/test/FixIt/typo.m
+++ b/test/FixIt/typo.m
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -fsyntax-only -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -DNON_FIXITS -verify %s
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -x objective-c -E -P %s -o %t
-// RUN: %clang_cc1 -x objective-c -fsyntax-only -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fixit %t || true
-// RUN: %clang_cc1 -x objective-c -fsyntax-only -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -pedantic -Werror %t
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -x objective-c -E -P %s -o %t
+// RUN: %clang_cc1 -x objective-c -fsyntax-only -fobjc-nonfragile-abi -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fixit %t || true
+// RUN: %clang_cc1 -x objective-c -fsyntax-only -fobjc-nonfragile-abi -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -pedantic -Werror %t
@interface NSString // expected-note{{'NSString' declared here}}
+ (int)method:(int)x;