Skip to content

Commit c3514a2

Browse files
TrottMyles Borins
authored andcommitted
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 8b61f60 commit c3514a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)