diff options
Diffstat (limited to 'test/exception-handling.wast.from-wast')
-rw-r--r-- | test/exception-handling.wast.from-wast | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/test/exception-handling.wast.from-wast b/test/exception-handling.wast.from-wast index 4430bf0f0..a5fb02d56 100644 --- a/test/exception-handling.wast.from-wast +++ b/test/exception-handling.wast.from-wast @@ -71,28 +71,4 @@ ) ) ) - (func $subtype_test - (try - (do - (nop) - ) - (catch - (drop - (exnref.pop) - ) - (drop - (block $l0 (result i32) - (rethrow - (br_on_exn $l0 $e0 - (ref.null) - ) - ) - ) - ) - ) - ) - (throw $e1 - (ref.null) - ) - ) ) |