summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-client-pipe-end.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-client-pipe-end.js')
-rw-r--r--test/parallel/test-http-client-pipe-end.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-http-client-pipe-end.js b/test/parallel/test-http-client-pipe-end.js
index 5b2db49435..04f308e76d 100644
--- a/test/parallel/test-http-client-pipe-end.js
+++ b/test/parallel/test-http-client-pipe-end.js
@@ -1,8 +1,8 @@
'use strict';
// see https://github.com/joyent/node/issues/3257
-var common = require('../common');
-var http = require('http');
+const common = require('../common');
+const http = require('http');
var server = http.createServer(function(req, res) {
req.resume();