diff --git a/test/parallel/test-http-malformed-request.js b/test/parallel/test-http-malformed-request.js index 5f65113afd4fc0..c83aeca9b943fa 100644 --- a/test/parallel/test-http-malformed-request.js +++ b/test/parallel/test-http-malformed-request.js @@ -28,8 +28,6 @@ server.on('listening', function() { c.write('GET /hello?foo=%99bar HTTP/1.1\r\n\r\n'); c.end(); }); - - // TODO add more! }); process.on('exit', function() {