diff options
Diffstat (limited to 'test/SemaObjC/bad-property-synthesis-crash.m')
-rw-r--r-- | test/SemaObjC/bad-property-synthesis-crash.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/bad-property-synthesis-crash.m b/test/SemaObjC/bad-property-synthesis-crash.m index ea4e004..94c6804 100644 --- a/test/SemaObjC/bad-property-synthesis-crash.m +++ b/test/SemaObjC/bad-property-synthesis-crash.m @@ -13,7 +13,7 @@ __what; // expected-error {{use of undeclared identifier}} \ // expected-warning {{expression result unused}} } -@synthesize what; // expected-note 2 {{'what' declared here}} +@synthesize what; // expected-note {{'what' declared here}} @end @implementation Bar // expected-warning {{cannot find interface declaration for}} |