Update test

llvm-svn: 114234
This commit is contained in:
Douglas Gregor 2010-09-17 23:01:08 +00:00
parent cb6db98897
commit 196cf88a01
1 changed files with 2 additions and 1 deletions

View 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