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