diff options
Diffstat (limited to 'test/binaryen.js/call_import_error.js.txt')
-rw-r--r-- | test/binaryen.js/call_import_error.js.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/binaryen.js/call_import_error.js.txt b/test/binaryen.js/call_import_error.js.txt index 6f2e3b2ac..752f17b49 100644 --- a/test/binaryen.js/call_import_error.js.txt +++ b/test/binaryen.js/call_import_error.js.txt @@ -1,7 +1,6 @@ (module (type $v (func)) (import "env" "fn" (func $fn)) - (memory $0 0) (export "main" (func $main)) (func $main (; 1 ;) (type $v) (call $fn) |