[cfe-commits] r117416 - /cfe/trunk/test/FixIt/typo.m
Douglas Gregor
dgregor at apple.com
Tue Oct 26 16:34:31 PDT 2010
Author: dgregor
Date: Tue Oct 26 18:34:31 2010
New Revision: 117416
URL: http://llvm.org/viewvc/llvm-project?rev=117416&view=rev
Log:
Disable this test until we figure out what madness it causes
Modified:
cfe/trunk/test/FixIt/typo.m
Modified: cfe/trunk/test/FixIt/typo.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/FixIt/typo.m?rev=117416&r1=117415&r2=117416&view=diff
==============================================================================
--- cfe/trunk/test/FixIt/typo.m (original)
+++ cfe/trunk/test/FixIt/typo.m Tue Oct 26 18:34:31 2010
@@ -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;
More information about the cfe-commits
mailing list