From 4377c6529822f25ad5093e9d12a31dce1e360869 Mon Sep 17 00:00:00 2001 From: ryshep111 Date: Fri, 6 Oct 2017 13:06:28 -0400 Subject: [PATCH] clarify assertion failure --- test/pummel/test-tls-connect-memleak.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pummel/test-tls-connect-memleak.js b/test/pummel/test-tls-connect-memleak.js index 4425e8d04eb42c..4164f3e9f6b493 100644 --- a/test/pummel/test-tls-connect-memleak.js +++ b/test/pummel/test-tls-connect-memleak.js @@ -33,7 +33,7 @@ const fixtures = require('../common/fixtures'); assert.strictEqual( typeof global.gc, 'function', - 'Run this test with --expose-gc' + `Type of global.gc is not a function. Type: ${typeof global.gc}. Run this test with --expose-gc` ); tls.createServer({