diff options
Diffstat (limited to 'test/SemaObjC/rdar6248119.m')
-rw-r--r-- | test/SemaObjC/rdar6248119.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/rdar6248119.m b/test/SemaObjC/rdar6248119.m index 046992c52fe5b..a495978391297 100644 --- a/test/SemaObjC/rdar6248119.m +++ b/test/SemaObjC/rdar6248119.m @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only %s -verify -fobjc-exceptions +// expected-no-diagnostics // Test case for: // <rdar://problem/6248119> @finally doesn't introduce a new scope |