We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a44442 commit 6e25b08Copy full SHA for 6e25b08
test/pummel/test-tls-connect-memleak.js
@@ -33,7 +33,8 @@ const fixtures = require('../common/fixtures');
33
assert.strictEqual(
34
typeof global.gc,
35
'function',
36
- 'Run this test with --expose-gc'
+ `Type of global.gc is not a function. Type: ${typeof global.gc}.` +
37
+ ' Run this test with --expose-gc'
38
);
39
40
tls.createServer({
0 commit comments