diff options
Diffstat (limited to 'test/exception-handling.wast')
-rw-r--r-- | test/exception-handling.wast | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/test/exception-handling.wast b/test/exception-handling.wast index 7f16a237b..3dcff41e4 100644 --- a/test/exception-handling.wast +++ b/test/exception-handling.wast @@ -59,23 +59,4 @@ ) ) ) - - ;; Test subtype relationship - (func $subtype_test - (try - (do) - (catch - (drop (exnref.pop)) - (drop - (block $l0 (result i32) - (rethrow - (br_on_exn $l0 $e0 (ref.null)) - ) - ) - ) - ) - ) - - (throw $e1 (ref.null)) - ) ) |