diff options
-rw-r--r-- | test/SemaObjC/stmts.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/SemaObjC/stmts.m b/test/SemaObjC/stmts.m index 5e5f58eeb1..1d096f5e71 100644 --- a/test/SemaObjC/stmts.m +++ b/test/SemaObjC/stmts.m @@ -3,8 +3,7 @@ // Note: NSException is not declared. void f0(id x) { @try { - } @catch (NSException *x) { // \ - expected-error{{unknown type name 'NSException'}} + } @catch (NSException *x) { // expected-error{{unknown type name 'NSException'}} } } |