test: adapt test-debugger-pid to localized Windows
PR-URL: https://github.com/nodejs/node/pull/11270 Fixes: https://github.com/nodejs/node/issues/11250 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
106273616a
commit
a29c85a28d
@ -34,10 +34,6 @@ interfacer.on('line', function(line) {
|
|||||||
expected = `(node:${pid}) ${msg}`;
|
expected = `(node:${pid}) ${msg}`;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 2:
|
|
||||||
expected = 'The parameter is incorrect.';
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user