summaryrefslogtreecommitdiff
path: root/test/exception-handling.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/exception-handling.wast.fromBinary')
-rw-r--r--test/exception-handling.wast.fromBinary24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/exception-handling.wast.fromBinary b/test/exception-handling.wast.fromBinary
index fc3dc3804..24af9294e 100644
--- a/test/exception-handling.wast.fromBinary
+++ b/test/exception-handling.wast.fromBinary
@@ -74,29 +74,5 @@
)
)
)
- (func $subtype_test
- (try
- (do
- (nop)
- )
- (catch
- (drop
- (exnref.pop)
- )
- (drop
- (block $label$3 (result i32)
- (rethrow
- (br_on_exn $label$3 $event$0
- (ref.null)
- )
- )
- )
- )
- )
- )
- (throw $event$1
- (ref.null)
- )
- )
)