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>
This commit is contained in:
Johan Bergström 2015-03-04 11:40:20 +11:00 committed by Shigeki Ohtsu
parent 3d5726c4ad
commit 71776f9057
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
var common = require('../common'); var common = require('../common');
var assert = require('assert'); var assert = require('assert');
var http = require('http'); var http = require('http');
var https = require('https');
var url = require('url'); var url = require('url');
var testURL = url.parse('http://localhost:' + common.PORT + '/asdf?qwer=zxcv'); var testURL = url.parse('http://localhost:' + common.PORT + '/asdf?qwer=zxcv');

View File

@ -1,7 +1,6 @@
var common = require('../common'); var common = require('../common');
var assert = require('assert'); var assert = require('assert');
var http = require('http'); var http = require('http');
var https = require('https');
var url = require('url'); var url = require('url');
var testURL = url.parse('http://localhost:' + common.PORT + '/asdf?qwer=zxcv'); var testURL = url.parse('http://localhost:' + common.PORT + '/asdf?qwer=zxcv');