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

Douglas Gregor dgregor at apple.com
Fri Sep 17 16:01:08 PDT 2010


Author: dgregor
Date: Fri Sep 17 18:01:08 2010
New Revision: 114234

URL: http://llvm.org/viewvc/llvm-project?rev=114234&view=rev
Log:
Update test

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=114234&r1=114233&r2=114234&view=diff
==============================================================================
--- cfe/trunk/test/FixIt/typo.m (original)
+++ cfe/trunk/test/FixIt/typo.m Fri Sep 17 18:01:08 2010
@@ -10,7 +10,8 @@
 #ifdef NON_FIXITS
 void test() {
   // FIXME: not providing fix-its
-  NSstring *str = @"A string"; // expected-error{{use of undeclared identifier 'NSstring'; did you mean 'NSString'?}}
+  NSstring *str = @"A string"; // expected-error{{use of undeclared identifier 'NSstring'; did you mean 'NSString'?}} \
+  // expected-error{{use of undeclared identifier 'str'}}
 }
 #endif
 





More information about the cfe-commits mailing list