diff options
Diffstat (limited to 'test/exception-handling.wast.fromBinary')
-rw-r--r-- | test/exception-handling.wast.fromBinary | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/exception-handling.wast.fromBinary b/test/exception-handling.wast.fromBinary index 851ec0eb4..ff9a71f28 100644 --- a/test/exception-handling.wast.fromBinary +++ b/test/exception-handling.wast.fromBinary @@ -195,6 +195,13 @@ ) ) ) + (try + (do + (throw $event$0 + (i32.const 0) + ) + ) + ) ) (func $delegate-test (try $label$9 |