forked from OSchip/llvm-project
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:
parent
cbf1737ea1
commit
9dd9b882ae
|
@ -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'}} \
|
||||
|
|
Loading…
Reference in New Issue