Skip to content

Commit 6694c26

Browse files
vsemozhetbytMylesBorins
authored andcommitted
test: adapt test-debugger-pid to localized Windows
PR-URL: #11270 Fixes: #11250 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 4df850b commit 6694c26

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/parallel/test-debugger-pid.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ interfacer.on('line', function(line) {
3434
expected = `(node:${pid}) ${msg}`;
3535
break;
3636

37-
case 2:
38-
expected = 'The parameter is incorrect.';
39-
break;
40-
4137
default:
4238
return;
4339
}

0 commit comments

Comments
 (0)