summaryrefslogtreecommitdiff
path: root/test/parallel/test-child-process-set-blocking.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-child-process-set-blocking.js')
-rw-r--r--test/parallel/test-child-process-set-blocking.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-child-process-set-blocking.js b/test/parallel/test-child-process-set-blocking.js
index fb0b11f433..5a542fa97e 100644
--- a/test/parallel/test-child-process-set-blocking.js
+++ b/test/parallel/test-child-process-set-blocking.js
@@ -1,7 +1,7 @@
'use strict';
const common = require('../common');
-var assert = require('assert');
-var ch = require('child_process');
+const assert = require('assert');
+const ch = require('child_process');
var SIZE = 100000;