summaryrefslogtreecommitdiff
path: root/test/parallel/test-net-server-try-ports.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-net-server-try-ports.js')
-rw-r--r--test/parallel/test-net-server-try-ports.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-net-server-try-ports.js b/test/parallel/test-net-server-try-ports.js
index 698cbcfa23..65cd5887a1 100644
--- a/test/parallel/test-net-server-try-ports.js
+++ b/test/parallel/test-net-server-try-ports.js
@@ -1,3 +1,4 @@
+'use strict';
// This tests binds to one port, then attempts to start a server on that
// port. It should be EADDRINUSE but be able to then bind to another port.
var common = require('../common');