]> granicus.if.org Git - clang/commitdiff
Update test
authorDouglas Gregor <dgregor@apple.com>
Fri, 17 Sep 2010 23:01:08 +0000 (23:01 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 17 Sep 2010 23:01:08 +0000 (23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114234 91177308-0d34-0410-b5e6-96231b3b80d8

test/FixIt/typo.m

index 6853ab693afbdf3316a7b6081842a5cdc5c58981..4f2809213e0b798d3ccf6e303f20ca0a180ed74c 100644 (file)
@@ -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