summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/bad-property-synthesis-crash.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/bad-property-synthesis-crash.m')
-rw-r--r--clang/test/SemaObjC/bad-property-synthesis-crash.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/bad-property-synthesis-crash.m b/clang/test/SemaObjC/bad-property-synthesis-crash.m
index ea4e0045dc4..94c680489d9 100644
--- a/clang/test/SemaObjC/bad-property-synthesis-crash.m
+++ b/clang/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}}
OpenPOWER on IntegriCloud