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