diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-10-26 17:32:59 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-10-26 17:32:59 +0000 |
commit | bddf8ebd793c06fced4aad5a082882a997f7f0e8 (patch) | |
tree | acd78b0db69b508d657a240029edfaab53b51342 | |
parent | 53e4b55d2c534cfd59021ff18349ac58979ce43f (diff) |
Fix silly typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117373 91177308-0d34-0410-b5e6-96231b3b80d8
-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; |