summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-localaddress-bind-error.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-localaddress-bind-error.js')
-rw-r--r--test/parallel/test-http-localaddress-bind-error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-localaddress-bind-error.js b/test/parallel/test-http-localaddress-bind-error.js
index 0b828910f1..0290c6a584 100644
--- a/test/parallel/test-http-localaddress-bind-error.js
+++ b/test/parallel/test-http-localaddress-bind-error.js
@@ -1,6 +1,6 @@
'use strict';
const common = require('../common');
-var http = require('http');
+const http = require('http');
var invalidLocalAddress = '1.2.3.4';