diff options
-rw-r--r-- | test/FixIt/typo.m | 3 |
1 files changed, 2 insertions, 1 deletions
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 |