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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5fe796d648e92e71c8595abe31c8ff4d9582f066 |
--- /dev/null |
+++ b/test/inspector/debugger/wasm-source-expected.txt |
@@ -0,0 +1,9 @@ |
+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 |
+[3] instance.exports.main(); |
+[4] testFunction(module_bytes) |
+Finished. |