aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-http-client-upload-buf.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-client-upload-buf.js')
-rw-r--r--test/parallel/test-http-client-upload-buf.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/test-http-client-upload-buf.js b/test/parallel/test-http-client-upload-buf.js
index 760f9c9562..57d258671c 100644
--- a/test/parallel/test-http-client-upload-buf.js
+++ b/test/parallel/test-http-client-upload-buf.js
@@ -43,8 +43,6 @@ server.on('listening', function() {
req.write(new Buffer(N));
req.end();
-
- common.error('client finished sending request');
});
process.on('exit', function() {