From 9c13f5bc0e0ecdd9f00872fdc0b0ac48e01fec38 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 26 Oct 2010 21:25:18 +0000 Subject: [PATCH] Sign git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117400 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FixIt/typo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0