diff options
Diffstat (limited to 'deps/v8/test/inspector/debugger/wasm-stack-expected.txt')
-rw-r--r-- | deps/v8/test/inspector/debugger/wasm-stack-expected.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/test/inspector/debugger/wasm-stack-expected.txt b/deps/v8/test/inspector/debugger/wasm-stack-expected.txt index 364a319b93..1ff78f3543 100644 --- a/deps/v8/test/inspector/debugger/wasm-stack-expected.txt +++ b/deps/v8/test/inspector/debugger/wasm-stack-expected.txt @@ -12,8 +12,8 @@ Result of evaluate (string): Error: this is your stack trace: -- skipped -- at call_debugger (<anonymous>:3:5) - at call_func (wasm-function[1]:0x37) - at main (wasm-function[2]:0x3e) + at call_func (<anonymous>:wasm-function[1]:0x37) + at main (<anonymous>:wasm-function[2]:0x3e) at testFunction (<anonymous>:15:20) at <anonymous>:1:1 Finished! |