diff options
| author | Douglas Gregor <dgregor@apple.com> | 2010-09-17 23:01:08 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2010-09-17 23:01:08 +0000 |
| commit | 196cf88a01506ea974c0a2fb33c7999ccb9dc485 (patch) | |
| tree | e0a3d1ffeff2c4648aa87b6381ff9d350c14d0dc /clang | |
| parent | cb6db98897fcfe1a5b1a01ba3b0c7c692e89edda (diff) | |
| download | bcm5719-llvm-196cf88a01506ea974c0a2fb33c7999ccb9dc485.tar.gz bcm5719-llvm-196cf88a01506ea974c0a2fb33c7999ccb9dc485.zip | |
Update test
llvm-svn: 114234
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/FixIt/typo.m | 3 |
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 |

