diff options
Diffstat (limited to 'deps/v8/test/inspector/debugger/async-set-timeout-expected.txt')
-rw-r--r-- | deps/v8/test/inspector/debugger/async-set-timeout-expected.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/v8/test/inspector/debugger/async-set-timeout-expected.txt b/deps/v8/test/inspector/debugger/async-set-timeout-expected.txt index 80cbb1f317..c7cbea72c5 100644 --- a/deps/v8/test/inspector/debugger/async-set-timeout-expected.txt +++ b/deps/v8/test/inspector/debugger/async-set-timeout-expected.txt @@ -2,10 +2,10 @@ Checks that async stack contains setTimeout inner1 (test.js:11:4) foo1 (test.js:14:2) -- setTimeout -- -inner2 (test.js:18:4) -foo2 (test.js:20:2) +inner2 (test.js:11:4) +foo2 (test.js:13:2) -- setTimeout -- -inner3 (test.js:25:4) -foo3 (test.js:27:2) +inner3 (test.js:18:4) +foo3 (test.js:20:2) (anonymous) (expr.js:0:0) |