Make test/SemaObjC/qualified-protocol-method-conflicts.m always fail and mark it XFAIL. This is a stop gap until the output of the test is deterministic.

llvm-svn: 136984
This commit is contained in:
Ted Kremenek 2011-08-05 21:53:47 +00:00
parent cbf1737ea1
commit 9dd9b882ae
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
// rdar://6191214
// XFAIL: *
// *** Currently marked XFAIL since the output is nondeterministic. ***
int x = "hello"; // *** ADDED TO MAKE THIS TEST ALWAYS FAIL. WILL REMOVE WHEN OUTPUT IS STABLE. ***
@protocol Xint
-(void) setX: (int) arg0; // expected-warning 2 {{conflicting parameter types in declaration of 'setX:': 'float' vs 'int'}} \