Commit f8e761c6 authored by Ben L. Titzer's avatar Ben L. Titzer

[wasm] Fix stupid arguments.

TBR=machenbach@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1772593002 .

Cr-Commit-Position: refs/heads/master@{#34524}
parent 701e520b
......@@ -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