aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-child-process-recv-handle.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-child-process-recv-handle.js')
-rw-r--r--test/parallel/test-child-process-recv-handle.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-child-process-recv-handle.js b/test/parallel/test-child-process-recv-handle.js
index 7f2f04f831..b992445f18 100644
--- a/test/parallel/test-child-process-recv-handle.js
+++ b/test/parallel/test-child-process-recv-handle.js
@@ -1,3 +1,4 @@
+'use strict';
// Test that a Linux specific quirk in the handle passing protocol is handled
// correctly. See https://github.com/joyent/node/issues/5330 for details.