Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(725)

Unified Diff: test/inspector/debugger/wasm-source-expected.txt

Issue 2503213004: [inspector] Fix expected output of wasm source (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/wasm-source-expected.txt
diff --git a/test/inspector/debugger/wasm-source-expected.txt b/test/inspector/debugger/wasm-source-expected.txt
index 5fe796d648e92e71c8595abe31c8ff4d9582f066..3a71238d14c976a1f4d6ad44f2e228f10a305e35 100644
--- a/test/inspector/debugger/wasm-source-expected.txt
+++ b/test/inspector/debugger/wasm-source-expected.txt
@@ -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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698