Skip to content

Commit

Permalink
test: adapt test-debugger-pid to localized Windows
Browse files Browse the repository at this point in the history
PR-URL: #11270
Fixes: #11250
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
vsemozhetbyt authored and MylesBorins committed Mar 9, 2017
1 parent 4df850b commit 6694c26
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/parallel/test-debugger-pid.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ interfacer.on('line', function(line) {
expected = `(node:${pid}) ${msg}`;
break;

case 2:
expected = 'The parameter is incorrect.';
break;

default:
return;
}
Expand Down

0 comments on commit 6694c26

Please sign in to comment.