test: remove unneeded comment task

PR-URL: https://github.com/nodejs/io.js/pull/1858
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
pull/1867/head
Rich Trott 2015-05-31 21:34:04 -07:00 committed by Brendan Ashworth
parent a79dece8ad
commit 8704c58fc4
1 changed files with 0 additions and 2 deletions

View File

@ -64,5 +64,3 @@ assert.throws(function() {
return true;
}
});
//TODO do I need to test url.parse(notPrococol.example.com)?