diff options
Diffstat (limited to 'test/export-import.wast.fromBinary')
-rw-r--r-- | test/export-import.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/export-import.wast.fromBinary b/test/export-import.wast.fromBinary index b260f8064..d73486e08 100644 --- a/test/export-import.wast.fromBinary +++ b/test/export-import.wast.fromBinary @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $v (func)) (import "env" "test2" (global $test2 i32)) (import "env" "test1" (func $test1)) (export "test1" (func $test1)) |