From 8704c58fc4fff2d2ae2ccec23c0951d37667904c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 31 May 2015 21:34:04 -0700 Subject: [PATCH] test: remove unneeded comment task PR-URL: https://github.com/nodejs/io.js/pull/1858 Reviewed-By: Colin Ihrig --- test/parallel/test-http-url.parse-only-support-http-https-protocol.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/test-http-url.parse-only-support-http-https-protocol.js b/test/parallel/test-http-url.parse-only-support-http-https-protocol.js index 5e49193..fd52a0b 100644 --- a/test/parallel/test-http-url.parse-only-support-http-https-protocol.js +++ b/test/parallel/test-http-url.parse-only-support-http-https-protocol.js @@ -64,5 +64,3 @@ assert.throws(function() { return true; } }); - -//TODO do I need to test url.parse(notPrococol.example.com)? -- 2.7.4