diff options
Diffstat (limited to 'test/signext.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/signext.wast.fromBinary.noDebugInfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/signext.wast.fromBinary.noDebugInfo b/test/signext.wast.fromBinary.noDebugInfo index d37ea9aab..e7b5303dd 100644 --- a/test/signext.wast.fromBinary.noDebugInfo +++ b/test/signext.wast.fromBinary.noDebugInfo @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (func $0 (type $none_=>_none) + (type $0 (func)) + (func $0 (type $0) (local $0 i32) (local $1 i64) (drop |