]> granicus.if.org Git - clang/commitdiff
Disable this test until we figure out what madness it causes
authorDouglas Gregor <dgregor@apple.com>
Tue, 26 Oct 2010 23:34:31 +0000 (23:34 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 26 Oct 2010 23:34:31 +0000 (23:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117416 91177308-0d34-0410-b5e6-96231b3b80d8

test/FixIt/typo.m

index ffd9066696d82e8d9eef260020ebde3617ffa4f7..8a474ab16879b8f5c3125088c3d4854ebf51fdcd 100644 (file)
@@ -2,6 +2,9 @@
 // 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
+// RUN: false
+// XFAIL: *
+
 
 @interface NSString // expected-note{{'NSString' declared here}}
 + (int)method:(int)x;