| Index: test/mjsunit/wasm/import-memory.js
|
| diff --git a/test/mjsunit/wasm/import-memory.js b/test/mjsunit/wasm/import-memory.js
|
| index 6c26ef4152ac7c4be9f1cfe77c5b1e2b18d79ef4..fd91dc0f7292ba93cf697315d5b0d15b39e4a3f3 100644
|
| --- a/test/mjsunit/wasm/import-memory.js
|
| +++ b/test/mjsunit/wasm/import-memory.js
|
| @@ -58,7 +58,6 @@ load("test/mjsunit/wasm/wasm-module-builder.js");
|
| var i2;
|
| {
|
| let builder = new WasmModuleBuilder();
|
| - builder.addMemory(1, 1, false);
|
| builder.addImportedMemory("fil", "imported_mem");
|
| builder.addFunction("bar", kSig_i_i)
|
| .addBody([
|
|
|