test: only include http module once
authorRich Trott <rtrott@gmail.com>
Sun, 10 Jan 2016 05:12:15 +0000 (21:12 -0800)
committerMyles Borins <mborins@us.ibm.com>
Mon, 15 Feb 2016 19:30:23 +0000 (11:30 -0800)
commit0e02eb0bbe4f89931921c1fa011523ac56bec404
tree95f50f49f0b44d399fda707b39aacb41a46b1451
parent5990ba2a0a63b031ee5583d4d80c0ee68d3180c9
test: only include http module once

A few tests in test/gc include the http module twice. Remove duplicate
require().

PR-URL: https://github.com/nodejs/node/pull/4606
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
test/gc/test-http-client-connaborted.js
test/gc/test-http-client-onerror.js
test/gc/test-http-client-timeout.js
test/gc/test-http-client.js