diff options
Diffstat (limited to 'test/exception-handling.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/exception-handling.wast.fromBinary.noDebugInfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/exception-handling.wast.fromBinary.noDebugInfo b/test/exception-handling.wast.fromBinary.noDebugInfo index 0f2c6e467..11555cd10 100644 --- a/test/exception-handling.wast.fromBinary.noDebugInfo +++ b/test/exception-handling.wast.fromBinary.noDebugInfo @@ -1,7 +1,7 @@ (module - (type $0 (func (param except_ref) (result except_ref))) + (type $0 (func (param exnref) (result exnref))) (memory $0 1 1) - (func $0 (; 0 ;) (type $0) (param $0 except_ref) (result except_ref) + (func $0 (; 0 ;) (type $0) (param $0 exnref) (result exnref) (local.get $0) ) ) |