summaryrefslogtreecommitdiff
path: root/test/parallel/test-icu-stringwidth.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-icu-stringwidth.js')
-rw-r--r--test/parallel/test-icu-stringwidth.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/parallel/test-icu-stringwidth.js b/test/parallel/test-icu-stringwidth.js
index 7c8c2e948e..3c8021049c 100644
--- a/test/parallel/test-icu-stringwidth.js
+++ b/test/parallel/test-icu-stringwidth.js
@@ -2,10 +2,8 @@
'use strict';
const common = require('../common');
-if (!common.hasIntl) {
+if (!common.hasIntl)
common.skip('missing Intl');
- return;
-}
const assert = require('assert');
const readline = require('internal/readline');