]> granicus.if.org Git - clang/commitdiff
Fix silly typo
authorDouglas Gregor <dgregor@apple.com>
Tue, 26 Oct 2010 17:32:59 +0000 (17:32 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 26 Oct 2010 17:32:59 +0000 (17:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117373 91177308-0d34-0410-b5e6-96231b3b80d8

test/FixIt/typo.m

index 559429a3c95a0349e21dccf5637f43db47278566..3be3c00db6b1f7b6ca3d8048f8aacf49e3141f34 100644 (file)
@@ -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;