]> granicus.if.org Git - clang/commitdiff
clean up test.
authorChris Lattner <sabre@nondot.org>
Sun, 12 Apr 2009 23:27:53 +0000 (23:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Apr 2009 23:27:53 +0000 (23:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68927 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/stmts.m

index 5e5f58eeb1e5bb3b89bca8f030bcc7c89cfea670..1d096f5e71fd873de67d78319ec31cbba6cc6a18 100644 (file)
@@ -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'}}
   }
 }