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 italoacasas committed Feb 13, 2017
1 parent a479746 commit f47bc4a
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 f47bc4a

Please sign in to comment.