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