summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/test/FixIt/typo.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/FixIt/typo.m b/clang/test/FixIt/typo.m
index 6853ab693af..4f2809213e0 100644
--- a/clang/test/FixIt/typo.m
+++ b/clang/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
OpenPOWER on IntegriCloud