Skip to content

Commit dc08683

Browse files
Jack WangBridgeAR
authored andcommitted
test: remove error message
PR-URL: #15983 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent b07aa92 commit dc08683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/pummel/test-net-connect-memleak.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ const common = require('../common');
2626
const assert = require('assert');
2727
const net = require('net');
2828

29+
console.log('Run this test with --expose-gc');
2930
assert.strictEqual(
3031
typeof global.gc,
31-
'function',
32-
'Run this test with --expose-gc'
32+
'function'
3333
);
3434
net.createServer(function() {}).listen(common.PORT);
3535

0 commit comments

Comments
 (0)