Skip to content

Commit

Permalink
[squash] bridgear comment
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Dec 12, 2017
1 parent e95cc8a commit b7949b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/parallel/test-tls-transport-destroy-after-own-gc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@
// Unfortunately, this tests only "works" reliably when checked with valgrind or
// a similar tool.

/* eslint-disable no-unused-vars */

const common = require('../common');
if (!common.hasCrypto)
common.skip('missing crypto');

const assert = require('assert');
const { TLSSocket } = require('tls');
const makeDuplexPair = require('../common/duplexpair');

let { clientSide } = makeDuplexPair();

let clientTLS = new TLSSocket(clientSide, { isServer: false });
// eslint-disable-next-line no-unused-vars
let clientTLSHandle = clientTLS._handle;

setImmediate(() => {
Expand Down

0 comments on commit b7949b0

Please sign in to comment.