Skip to content

Commit

Permalink
test: fix test-debugger-repl-term
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Trott authored and Myles Borins committed Jun 24, 2016
1 parent 3d820e4 commit 847b29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/breakpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ function b() {
return ['hello', 'world'].join(' ');
}
a();
debugger;
a(1);
b();
b();



setInterval(function() {
}, 5000);

Expand Down

0 comments on commit 847b29c

Please sign in to comment.