Fix silly typo

llvm-svn: 117373
This commit is contained in:
Douglas Gregor 2010-10-26 17:32:59 +00:00
parent 2a1d72d078
commit 415ce06ebb
1 changed files with 1 additions and 1 deletions

View 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;