From 837e738d91b2b79b676a7bcddd918e3f4a32bce1 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 17 Sep 2010 23:01:08 +0000 Subject: [PATCH] Update test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114234 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FixIt/typo.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.50.1