diff options
Diffstat (limited to 'test/exception-handling.wast')
-rw-r--r-- | test/exception-handling.wast | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/exception-handling.wast b/test/exception-handling.wast index 9681e234a..57766c2d3 100644 --- a/test/exception-handling.wast +++ b/test/exception-handling.wast @@ -40,6 +40,7 @@ ;; Empty try body (try + (do) (catch (drop (exnref.pop)) ) @@ -62,6 +63,7 @@ ;; Test subtype relationship (func $subtype_test (try + (do) (catch (drop (exnref.pop)) (drop |