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 d73486e08..37a701e07 100644 --- a/test/export-import.wast.fromBinary +++ b/test/export-import.wast.fromBinary @@ -1,7 +1,7 @@ (module (type $v (func)) (import "env" "test2" (global $test2 i32)) - (import "env" "test1" (func $test1)) + (import "env" "test1" (func $test1 (type $v))) (export "test1" (func $test1)) (export "test2" (global $test2)) ) |