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 3866a3561..7a09f402f 100644 --- a/test/exception-handling.wast.from-wast +++ b/test/exception-handling.wast.from-wast @@ -1,7 +1,7 @@ (module - (type $0 (func (param except_ref) (result except_ref))) + (type $FUNCSIG$ee (func (param except_ref) (result except_ref))) (memory $0 1 1) - (func $except_ref_test (; 0 ;) (type $0) (param $0 except_ref) (result except_ref) + (func $except_ref_test (; 0 ;) (type $FUNCSIG$ee) (param $0 except_ref) (result except_ref) (local.get $0) ) ) |