summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/scope-check.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/scope-check.m')
-rw-r--r--clang/test/SemaObjC/scope-check.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/SemaObjC/scope-check.m b/clang/test/SemaObjC/scope-check.m
index 0833a1696d1..fb9bd4570dd 100644
--- a/clang/test/SemaObjC/scope-check.m
+++ b/clang/test/SemaObjC/scope-check.m
@@ -39,8 +39,8 @@ L3: ;
goto L8; // expected-error{{illegal goto into protected scope}}
@try {
- } @catch (A *c) { // expected-note {{jump bypasses initialization of @catch block}}
- } @catch (B *c) { // expected-note {{jump bypasses initialization of @catch block}}
+ } @catch (A *c) {
+ } @catch (B *c) {
} @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}}
L8: ;
}
OpenPOWER on IntegriCloud