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
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to