forked from OSchip/llvm-project
Disable this test until we figure out what madness it causes
llvm-svn: 117416
This commit is contained in:
parent
5faac39061
commit
19ead876d2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue