summaryrefslogtreecommitdiff
path: root/test/parallel/test-https-simple.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-https-simple.js')
-rw-r--r--test/parallel/test-https-simple.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/parallel/test-https-simple.js b/test/parallel/test-https-simple.js
index 3ad2806f6a..b79d1b943f 100644
--- a/test/parallel/test-https-simple.js
+++ b/test/parallel/test-https-simple.js
@@ -22,10 +22,8 @@
'use strict';
const common = require('../common');
-if (!common.hasCrypto) {
+if (!common.hasCrypto)
common.skip('missing crypto');
- return;
-}
const assert = require('assert');
const https = require('https');