Disable type.m while failures are investigated.

llvm-svn: 116577
This commit is contained in:
Daniel Dunbar 2010-10-15 15:28:09 +00:00
parent 1837dbd4e3
commit 2a40abae4d
1 changed files with 3 additions and 0 deletions

View File

@ -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;