diff options
Diffstat (limited to 'test/export-import.wast.from-wast')
-rw-r--r-- | test/export-import.wast.from-wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/export-import.wast.from-wast b/test/export-import.wast.from-wast index 174101e7c..6615cead6 100644 --- a/test/export-import.wast.from-wast +++ b/test/export-import.wast.from-wast @@ -1,8 +1,8 @@ (module (type $v (func)) (type $FUNCSIG$v (func)) - (import "env" "test1" (func $test1)) (import "env" "test2" (global $test2 i32)) + (import "env" "test1" (func $test1)) (export "test1" (func $test1)) (export "test2" (global $test2)) ) |