diff options
Diffstat (limited to 'test/exception-handling.wast.from-wast')
-rw-r--r-- | test/exception-handling.wast.from-wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/exception-handling.wast.from-wast b/test/exception-handling.wast.from-wast index 7a09f402f..cc4d5a1a0 100644 --- a/test/exception-handling.wast.from-wast +++ b/test/exception-handling.wast.from-wast @@ -1,7 +1,7 @@ (module - (type $FUNCSIG$ee (func (param except_ref) (result except_ref))) + (type $FUNCSIG$ee (func (param exnref) (result exnref))) (memory $0 1 1) - (func $except_ref_test (; 0 ;) (type $FUNCSIG$ee) (param $0 except_ref) (result except_ref) + (func $exnref_test (; 0 ;) (type $FUNCSIG$ee) (param $0 exnref) (result exnref) (local.get $0) ) ) |