diff --git a/clang/test/FixIt/typo.m b/clang/test/FixIt/typo.m index bc0555dc1b5d8990dac72f355bc7392edfb2cf06..ffd9066696d82e8d9eef260020ebde3617ffa4f7 100644 --- a/clang/test/FixIt/typo.m +++ b/clang/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