Commit 79ebb212 authored by Ben L. Titzer's avatar Ben L. Titzer

[wasm] Fix arguments in test-wasm-module-builder.cc

Cr-Commit-Position: refs/heads/master@{#34521}
parent 30164dc0
......@@ -7,8 +7,6 @@
load('test/mjsunit/wasm/wasm-constants.js');
load('test/mjsunit/wasm/wasm-module-builder.js');
var debug = (((typeof arguments) != undefined) && arguments[0] == "debug");
(function BasicTest() {
var module = new WasmModuleBuilder();
module.addMemory(1, 2, false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment