From 80b3db0a6c01f2dd6da1d771c3e4cc10ca7a4937 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 --- .../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 5e49193181032c..fd52a0b62d11de 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)?