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 <santiago.gimeno@gmail.com>
Reviewed-By: Ben Noorhduis <info@bnoordhuis.nl>
  • Loading branch information
Trott authored and evanlucas committed May 17, 2016
1 parent 71c9174 commit 5701599
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 5701599

Please sign in to comment.