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 b5f3054 commit 92d3269Copy full SHA for 92d3269
1 file changed
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