summaryrefslogtreecommitdiff
path: root/test/sequential/test-benchmark-child-process.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-benchmark-child-process.js')
-rw-r--r--test/sequential/test-benchmark-child-process.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sequential/test-benchmark-child-process.js b/test/sequential/test-benchmark-child-process.js
index 2314c89948..168f99445d 100644
--- a/test/sequential/test-benchmark-child-process.js
+++ b/test/sequential/test-benchmark-child-process.js
@@ -14,7 +14,7 @@ const child = fork(runjs, ['--set', 'dur=0',
'--set', 'params=1',
'--set', 'methodName=execSync',
'child_process'],
- {env: {NODEJS_BENCHMARK_ZERO_ALLOWED: 1}});
+ { env: { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 } });
child.on('exit', (code, signal) => {
assert.strictEqual(code, 0);
assert.strictEqual(signal, null);