diff options
Diffstat (limited to 'test/exception-handling.wast.from-wast')
-rw-r--r-- | test/exception-handling.wast.from-wast | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/exception-handling.wast.from-wast b/test/exception-handling.wast.from-wast index f1826ccb6..f9673ffe7 100644 --- a/test/exception-handling.wast.from-wast +++ b/test/exception-handling.wast.from-wast @@ -5,16 +5,16 @@ (type $exnref_=>_exnref (func (param exnref) (result exnref))) (event $e0 (attr 0) (param i32)) (event $e1 (attr 0) (param anyref)) - (func $exnref_test (; 0 ;) (param $0 exnref) (result exnref) + (func $exnref_test (param $0 exnref) (result exnref) (local.get $0) ) - (func $foo (; 1 ;) + (func $foo (nop) ) - (func $bar (; 2 ;) + (func $bar (nop) ) - (func $eh_test (; 3 ;) + (func $eh_test (local $exn exnref) (try (throw $e0 @@ -65,7 +65,7 @@ ) ) ) - (func $subtype_test (; 4 ;) + (func $subtype_test (try (nop) (catch |