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

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

Issue 2630553002: [wasm] Enforce that function bodies end with the \"end\" opcode. (Closed)
Patch Set: Collapse some tests together Created 3 years, 11 months 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 | « test/inspector/debugger/wasm-scripts-expected.txt ('k') | test/inspector/debugger/wasm-stack-expected.txt » ('j') | 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 99d2abfe33b240c6be951336d8ca28d92a7a21f8..8e2c1256769d56ce5cdae03688659e6b5707eeca 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] call 0
-[2] call_indirect 2
+[1] call 0
+[2] call_indirect 2
[3] instance.exports.main();
[4] testFunction(module_bytes)
Finished.
« no previous file with comments | « test/inspector/debugger/wasm-scripts-expected.txt ('k') | test/inspector/debugger/wasm-stack-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698