diff options
Diffstat (limited to 'test/SemaObjC/error-property-gc-attr.m')
-rw-r--r-- | test/SemaObjC/error-property-gc-attr.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/error-property-gc-attr.m b/test/SemaObjC/error-property-gc-attr.m index 829c082287474..25fee051174b3 100644 --- a/test/SemaObjC/error-property-gc-attr.m +++ b/test/SemaObjC/error-property-gc-attr.m @@ -3,7 +3,7 @@ @interface INTF { - id IVAR; + id IVAR; // expected-note {{ivar is declared here}} __weak id II; __weak id WID; id ID; |