Commit 66018a0e authored by aseemgarg's avatar aseemgarg Committed by Commit bot

Fix asm-wasm.js test.

R=bradnelson@chromium.org
BUG=https://bugs.chromium.org/p/v8/issues/detail?id=4203
TEST=asm-wasm.js
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#33713}
parent 8a4a5bf9
......@@ -442,7 +442,7 @@ function TestHeapAccessIntTypes() {
module.__init__();
assertEquals(7, module.caller());
assertEquals(7, memory_view[2]);
assertEquals(7, _WASMEXP_.instantiateModuleFromAsm(code));
assertEquals(7, _WASMEXP_.instantiateModuleFromAsm(code).caller());
}
}
......
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