forked from OSchip/llvm-project
Remove an ObjC-specific XFAIL (and tweak test).
llvm-svn: 77454
This commit is contained in:
parent
85d9715c24
commit
53fcbb89f9
|
@ -1,9 +1,8 @@
|
|||
// RUN: clang-cc -fsyntax-only -verify %s
|
||||
// XFAIL
|
||||
// <rdar://problem/6211479>
|
||||
|
||||
typedef int T[2];
|
||||
|
||||
@interface A
|
||||
@property(assign) T p2; // expected-error {{FIXME: property has invalid type}}
|
||||
@property(assign) T p2; // expected-error {{property cannot have array or function type 'T' (aka 'int [2]')}}
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue