aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-10-26 21:25:18 +0000
committerDouglas Gregor <dgregor@apple.com>2010-10-26 21:25:18 +0000
commit9c13f5bc0e0ecdd9f00872fdc0b0ac48e01fec38 (patch)
tree8a93dd7038c82a0548b9ab67ba0d64eb04af9ac1
parent694137c54c79a33c9ac6c07e68327750dcd5adf7 (diff)
Sign
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117400 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/FixIt/typo.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/typo.m b/test/FixIt/typo.m
index bc0555dc1b..ffd9066696 100644
--- a/test/FixIt/typo.m
+++ b/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