diff options
Diffstat (limited to 'clang/test/SemaObjC/property-ambiguous-synthesis.m')
-rw-r--r-- | clang/test/SemaObjC/property-ambiguous-synthesis.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/property-ambiguous-synthesis.m b/clang/test/SemaObjC/property-ambiguous-synthesis.m index 98f59450744..5c652fa472e 100644 --- a/clang/test/SemaObjC/property-ambiguous-synthesis.m +++ b/clang/test/SemaObjC/property-ambiguous-synthesis.m @@ -2,7 +2,7 @@ // rdar://13075400 @protocol FooAsID -@property (copy) id foo; // expected-note 2 {{it could also be property of type 'id' declared here}} \\ +@property (assign) id foo; // expected-note 2 {{it could also be property of type 'id' declared here}} \\ // expected-warning {{property of type 'id' was selected for synthesis}} @end |