Commit d64bd5f5 authored by mtrofin's avatar mtrofin Committed by Commit bot

[wasm] removed redundant load line from mjsunit test

BUG=

Review-Url: https://codereview.chromium.org/2261643002
Cr-Commit-Position: refs/heads/master@{#38735}
parent 97b1bbd8
......@@ -7,8 +7,6 @@
// Ensure checked in wasm binaries used by integration tests from v8 hosts
// (such as chromium) are up to date.
load('test/mjsunit/mjsunit.js');
(function ensure_incrementer() {
var buff = readbuffer("test/mjsunit/wasm/incrementer.wasm");
var mod = new WebAssembly.Module(buff);
......
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