Skip to content

Commit 991ce2d

Browse files
committed
test: fix test-debugger-repl-term
test-debugger-repl-term had incorrect expected output and so was failing. It was likely dependent on previous bugs in the debugger. The fixture file has been modified so that the output is as expected. PR-URL: #6682 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Ben Noorhduis <[email protected]>
1 parent 9d0b7d8 commit 991ce2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/fixtures/breakpoints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ function b() {
99
return ['hello', 'world'].join(' ');
1010
}
1111
a();
12+
debugger;
1213
a(1);
1314
b();
1415
b();
1516

1617

17-
1818
setInterval(function() {
1919
}, 5000);
2020

0 commit comments

Comments
 (0)