diff options
-rw-r--r-- | test/FixIt/typo.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/typo.m b/test/FixIt/typo.m index 559429a3c9..3be3c00db6 100644 --- a/test/FixIt/typo.m +++ b/test/FixIt/typo.m @@ -157,7 +157,7 @@ void f(A *a) { } #ifdef NON_FIXITS -@implementation Sub3 +@implementation Sub2 - (int)method2 { int x = super; // expected-note{{use of undeclared identifier 'super'; did you mean 'Super'?}} return 0; |