summaryrefslogtreecommitdiff
path: root/test/parallel/test-icu-data-dir.js
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2017-06-26 11:59:44 +0800
committerTimothy Gu <timothygu99@gmail.com>2017-06-29 15:51:12 +0800
commit9330835754dab25f3ccc1d903ac33837b94dabd9 (patch)
treed663876f5d63220a866b78b7af00e5069f8293b6 /test/parallel/test-icu-data-dir.js
parent53b8c51e7c4fca593eeeddbec0bdcfd77466cc80 (diff)
downloadandroid-node-v8-9330835754dab25f3ccc1d903ac33837b94dabd9.tar.gz
android-node-v8-9330835754dab25f3ccc1d903ac33837b94dabd9.tar.bz2
android-node-v8-9330835754dab25f3ccc1d903ac33837b94dabd9.zip
src: add missing new line to printed message
PR-URL: https://github.com/nodejs/node/pull/13940 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Diffstat (limited to 'test/parallel/test-icu-data-dir.js')
-rw-r--r--test/parallel/test-icu-data-dir.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-icu-data-dir.js b/test/parallel/test-icu-data-dir.js
index 3882acb92c..f8a5e77dbd 100644
--- a/test/parallel/test-icu-data-dir.js
+++ b/test/parallel/test-icu-data-dir.js
@@ -9,7 +9,7 @@ const { spawnSync } = require('child_process');
const expected =
'could not initialize ICU ' +
- '(check NODE_ICU_DATA or --icu-data-dir parameters)';
+ '(check NODE_ICU_DATA or --icu-data-dir parameters)\n';
{
const child = spawnSync(process.execPath, ['--icu-data-dir=/', '-e', '0']);