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