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