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 committed May 13, 2016
1 parent 9d0b7d8 commit 991ce2d
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 991ce2d

Please sign in to comment.