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

Douglas Gregor dgregor at apple.com
Tue Oct 26 14:25:18 PDT 2010


Author: dgregor
Date: Tue Oct 26 16:25:18 2010
New Revision: 117400

URL: http://llvm.org/viewvc/llvm-project?rev=117400&view=rev
Log:
Sign

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=117400&r1=117399&r2=117400&view=diff
==============================================================================
--- cfe/trunk/test/FixIt/typo.m (original)
+++ cfe/trunk/test/FixIt/typo.m Tue Oct 26 16:25:18 2010
@@ -163,7 +163,7 @@
 
 @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





More information about the cfe-commits mailing list