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 468498a94..f35d385f1 100644 --- a/test/export-import.wast.fromBinary +++ b/test/export-import.wast.fromBinary @@ -3,7 +3,6 @@ (type $1 (func)) (import "env" "test2" (global $import$1 i32)) (import "env" "test1" (func $test1)) - (memory $0 0) (export "test1" (func $test1)) (export "test2" (global $import$1)) ) |