diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-10-20 01:16:12 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-10-20 01:16:12 +0000 |
commit | 30bb275b6b73a3454aaab44b51e3f6dc8b532c41 (patch) | |
tree | 83b59d1df5cb8feb70b82d5246f5b5392e41bee4 /clang/test/FixIt | |
parent | 723159ef7762e5718fdf8caccd9e918040a6b590 (diff) | |
download | bcm5719-llvm-30bb275b6b73a3454aaab44b51e3f6dc8b532c41.tar.gz bcm5719-llvm-30bb275b6b73a3454aaab44b51e3f6dc8b532c41.zip |
Bah, incompetence
llvm-svn: 116898
Diffstat (limited to 'clang/test/FixIt')
-rw-r--r-- | clang/test/FixIt/typo.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/FixIt/typo.m b/clang/test/FixIt/typo.m index b8c57e46e3b..0be21a0fe2e 100644 --- a/clang/test/FixIt/typo.m +++ b/clang/test/FixIt/typo.m @@ -2,6 +2,9 @@ // 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 +// +// FIXME: Disabled while we investigate failure. +// REQUIRES: disabled @interface NSString // expected-note{{'NSString' declared here}} + (int)method:(int)x; |