diff --git a/test/parallel/test-cli-node-options.js b/test/parallel/test-cli-node-options.js index 07c99a57c667cf..4febf1ca1bdd1c 100644 --- a/test/parallel/test-cli-node-options.js +++ b/test/parallel/test-cli-node-options.js @@ -34,7 +34,7 @@ if (common.hasCrypto) { expect('--abort_on-uncaught_exception', 'B\n'); expect('--max-old-space-size=0', 'B\n'); expect('--stack-trace-limit=100', - /(\s*at f \(\[eval\]:1:\d*\)\n){100}/, + /(\s*at f \(\[eval\]:1:\d*\)\r?\n){100}/, '(function f() { f(); })();', true);