aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-http-client-abort-event.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-client-abort-event.js')
-rw-r--r--test/parallel/test-http-client-abort-event.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-client-abort-event.js b/test/parallel/test-http-client-abort-event.js
index c0c1f9e4c7..00c989ca91 100644
--- a/test/parallel/test-http-client-abort-event.js
+++ b/test/parallel/test-http-client-abort-event.js
@@ -1,6 +1,6 @@
'use strict';
const common = require('../common');
-var http = require('http');
+const http = require('http');
var server = http.createServer(function(req, res) {
res.end();
});