Commit 4abdcad2 authored by clemensh's avatar clemensh Committed by Commit bot

[inspector] Fix expected output of wasm source

TBR=ahaas@chromium.org, kozyatinskiy@chromium.org
NOTRY=true
NOTREECHECKS=true

Review-Url: https://codereview.chromium.org/2503213004
Cr-Commit-Position: refs/heads/master@{#41069}
parent 8c4224a5
......@@ -2,8 +2,8 @@ Check that inspector gets disassembled wasm code
Paused on debugger!
Number of frames: 5
[0] debugger;
[1] kExprCallFunction, 00, // function #0
[2] kExprCallIndirect, 02, 00, // sig #2
[1] kExprCallFunction, 0x00, // function #0
[2] kExprCallIndirect, 0x02, 0x00, // sig #2
[3] instance.exports.main();
[4] testFunction(module_bytes)
Finished.
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