aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/FixIt/typo.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/typo.m b/test/FixIt/typo.m
index bc0555dc1b..ffd9066696 100644
--- a/test/FixIt/typo.m
+++ b/test/FixIt/typo.m
@@ -163,7 +163,7 @@ void f(A *a) {
@implementation Sub3
- (int)method3 {
- int x = super; // expected-note{{use of undeclared identifier 'super'; did you mean 'Super'?}}
+ int x = super; // expected-note{{use of undeclared identifier 'super'}}
return 0;
}
@end