diff options
Diffstat (limited to 'test/SemaObjC/property.m')
-rw-r--r-- | test/SemaObjC/property.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property.m b/test/SemaObjC/property.m index a9487412c1..fae628664c 100644 --- a/test/SemaObjC/property.m +++ b/test/SemaObjC/property.m @@ -6,7 +6,7 @@ int name; } @property int d1; -@property id prop_id; // expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}}, expected-warning {{default property attribute 'assign' not appropriate for non-gc object}} +@property id prop_id; // expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}}, expected-warning {{default property attribute 'assign' not appropriate for non-GC object}} @property int name; @end |