summaryrefslogtreecommitdiff
path: root/test/parallel/test-cluster-eaddrinuse.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-cluster-eaddrinuse.js')
-rw-r--r--test/parallel/test-cluster-eaddrinuse.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-cluster-eaddrinuse.js b/test/parallel/test-cluster-eaddrinuse.js
index c43259c563..509dbb664e 100644
--- a/test/parallel/test-cluster-eaddrinuse.js
+++ b/test/parallel/test-cluster-eaddrinuse.js
@@ -1,3 +1,4 @@
+'use strict';
// Check that having a worker bind to a port that's already taken doesn't
// leave the master process in a confused state. Releasing the port and
// trying again should Just Work[TM].