summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/finally-msvc.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/finally-msvc.m')
-rw-r--r--clang/test/SemaObjC/finally-msvc.m14
1 files changed, 0 insertions, 14 deletions
diff --git a/clang/test/SemaObjC/finally-msvc.m b/clang/test/SemaObjC/finally-msvc.m
deleted file mode 100644
index 5db08a7f710..00000000000
--- a/clang/test/SemaObjC/finally-msvc.m
+++ /dev/null
@@ -1,14 +0,0 @@
-// RUN: %clang_cc1 -triple i686--windows-msvc -fexceptions -fobjc-exceptions -ast-dump %s 2>&1 | FileCheck %s
-// RUN: %clang_cc1 -triple x86_64--windows-msvc -fexceptions -fobjc-exceptions -ast-dump %s 2>&1 | FileCheck %s
-
-void f() {
- @try {
- } @finally {
- }
-}
-
-// CHECK: ObjCAtFinallyStmt
-// CHECK-NEXT: CapturedStmt
-// CHECK-NEXT: CapturedDecl
-// CHECK-NEXT: CompoundStmt
-// CHECK-NEXT: ImplicitParamDecl
OpenPOWER on IntegriCloud