From bb55f6bd23108e657c443a72db201d49e41da997 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 26 Oct 2010 21:25:18 +0000 Subject: [PATCH] Sign llvm-svn: 117400 --- clang/test/FixIt/typo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/FixIt/typo.m b/clang/test/FixIt/typo.m index bc0555dc1b5d..ffd9066696d8 100644 --- a/clang/test/FixIt/typo.m +++ b/clang/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 -- GitLab