[cfe-commits] r117373 - /cfe/trunk/test/FixIt/typo.m

Douglas Gregor dgregor at apple.com
Tue Oct 26 10:33:00 PDT 2010


Author: dgregor
Date: Tue Oct 26 12:32:59 2010
New Revision: 117373

URL: http://llvm.org/viewvc/llvm-project?rev=117373&view=rev
Log:
Fix silly typo

Modified:
    cfe/trunk/test/FixIt/typo.m

Modified: cfe/trunk/test/FixIt/typo.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/FixIt/typo.m?rev=117373&r1=117372&r2=117373&view=diff
==============================================================================
--- cfe/trunk/test/FixIt/typo.m (original)
+++ cfe/trunk/test/FixIt/typo.m Tue Oct 26 12:32:59 2010
@@ -157,7 +157,7 @@
 }
 
 #ifdef NON_FIXITS
- at implementation Sub3
+ at implementation Sub2
 - (int)method2 {
   int x = super; // expected-note{{use of undeclared identifier 'super'; did you mean 'Super'?}}
   return 0;





More information about the cfe-commits mailing list