summaryrefslogtreecommitdiff
path: root/test/parallel/test-icu-stringwidth.js
diff options
context:
space:
mode:
authorJuan José Arboleda <soyjuanarbol@gmail.com>2020-03-29 00:01:29 -0500
committerAnna Henningsen <anna@addaleax.net>2020-04-02 18:28:23 +0200
commit7534477786bfaa06be4210e35f07860cb6ac5b1c (patch)
tree094ec412ff4acbb28e659119f13bda8936b4e0fe /test/parallel/test-icu-stringwidth.js
parent060a170e296e17e73715ec8728816da6530e16a6 (diff)
downloadnode-new-7534477786bfaa06be4210e35f07860cb6ac5b1c.tar.gz
test: replace flag expose_internals to expose-internals
PR-URL: https://github.com/nodejs/node/pull/32542 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'test/parallel/test-icu-stringwidth.js')
-rw-r--r--test/parallel/test-icu-stringwidth.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-icu-stringwidth.js b/test/parallel/test-icu-stringwidth.js
index e2f2294115..66d75c4cbe 100644
--- a/test/parallel/test-icu-stringwidth.js
+++ b/test/parallel/test-icu-stringwidth.js
@@ -1,4 +1,4 @@
-// Flags: --expose_internals
+// Flags: --expose-internals
'use strict';
const common = require('../common');