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