diff options
Diffstat (limited to 'test/export-import.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/export-import.wast.fromBinary.noDebugInfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/export-import.wast.fromBinary.noDebugInfo b/test/export-import.wast.fromBinary.noDebugInfo index a705d1612..33bfa20ce 100644 --- a/test/export-import.wast.fromBinary.noDebugInfo +++ b/test/export-import.wast.fromBinary.noDebugInfo @@ -1,7 +1,7 @@ (module (type $none_=>_none (func)) (import "env" "test2" (global $gimport$0 i32)) - (import "env" "test1" (func $fimport$0)) + (import "env" "test1" (func $fimport$0 (type $none_=>_none))) (export "test1" (func $fimport$0)) (export "test2" (global $gimport$0)) ) |