summaryrefslogtreecommitdiff
path: root/test/sequential/test-gc-http-client.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-gc-http-client.js')
-rw-r--r--test/sequential/test-gc-http-client.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sequential/test-gc-http-client.js b/test/sequential/test-gc-http-client.js
index 431c6387e1..2eea09652a 100644
--- a/test/sequential/test-gc-http-client.js
+++ b/test/sequential/test-gc-http-client.js
@@ -43,7 +43,6 @@ function getall() {
function cb(res) {
res.resume();
done += 1;
- res.on('end', global.gc);
}
function ongc() {