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 3a71238d14c976a1f4d6ad44f2e228f10a305e35..99d2abfe33b240c6be951336d8ca28d92a7a21f8 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, 0x00, // function #0 |
-[2] kExprCallIndirect, 0x02, 0x00, // sig #2 |
+[1] call 0 |
+[2] call_indirect 2 |
[3] instance.exports.main(); |
[4] testFunction(module_bytes) |
Finished. |