]> granicus.if.org Git - clang/commitdiff
Sign
authorDouglas Gregor <dgregor@apple.com>
Tue, 26 Oct 2010 21:25:18 +0000 (21:25 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 26 Oct 2010 21:25:18 +0000 (21:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117400 91177308-0d34-0410-b5e6-96231b3b80d8

test/FixIt/typo.m

index bc0555dc1b5d8990dac72f355bc7392edfb2cf06..ffd9066696d82e8d9eef260020ebde3617ffa4f7 100644 (file)
@@ -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