summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/FixIt/typo.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/FixIt/typo.m b/clang/test/FixIt/typo.m
index 11447620deb..7197bc746d1 100644
--- a/clang/test/FixIt/typo.m
+++ b/clang/test/FixIt/typo.m
@@ -136,7 +136,7 @@ double *isupper(int);
@end
@implementation User
-@synthesize ivar; // expected-error{{synthesized property 'ivar' must either be named the same as a compatible ivar or must explicitly name an ivar}}
+@synthesize ivar;
- (void)method {
// Test that we don't correct 'ivar' to 'Ivar' e
OpenPOWER on IntegriCloud