From: Douglas Gregor Date: Fri, 17 Sep 2010 23:01:08 +0000 (+0000) Subject: Update test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=837e738d91b2b79b676a7bcddd918e3f4a32bce1;p=clang Update test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114234 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FixIt/typo.m b/test/FixIt/typo.m index 6853ab693a..4f2809213e 100644 --- a/test/FixIt/typo.m +++ b/test/FixIt/typo.m @@ -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