aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2015-03-04 11:40:20 +1100
committerShigeki Ohtsu <ohtsu@iij.ad.jp>2015-03-05 10:31:41 +0900
commit71776f90572fcc3c3c79089189bae3661a679b81 (patch)
tree87e27891480e0d1d992fd2f88b1956bd9b3aeb6b
parent3d5726c4adc0a948bb9ef26f7a4b24b45c80a217 (diff)
downloadandroid-node-v8-71776f90572fcc3c3c79089189bae3661a679b81.tar.gz
android-node-v8-71776f90572fcc3c3c79089189bae3661a679b81.tar.bz2
android-node-v8-71776f90572fcc3c3c79089189bae3661a679b81.zip
test: remove unused https imports
PR-URL: https://github.com/iojs/io.js/pull/1049 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
-rw-r--r--test/parallel/test-http-url.parse-post.js1
-rw-r--r--test/parallel/test-http-url.parse-search.js1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/test-http-url.parse-post.js b/test/parallel/test-http-url.parse-post.js
index 4cc3b3e04f..ae6a85da0e 100644
--- a/test/parallel/test-http-url.parse-post.js
+++ b/test/parallel/test-http-url.parse-post.js
@@ -1,7 +1,6 @@
var common = require('../common');
var assert = require('assert');
var http = require('http');
-var https = require('https');
var url = require('url');
var testURL = url.parse('http://localhost:' + common.PORT + '/asdf?qwer=zxcv');
diff --git a/test/parallel/test-http-url.parse-search.js b/test/parallel/test-http-url.parse-search.js
index 96402e1ceb..16b65d2f94 100644
--- a/test/parallel/test-http-url.parse-search.js
+++ b/test/parallel/test-http-url.parse-search.js
@@ -1,7 +1,6 @@
var common = require('../common');
var assert = require('assert');
var http = require('http');
-var https = require('https');
var url = require('url');
var testURL = url.parse('http://localhost:' + common.PORT + '/asdf?qwer=zxcv');