Skip to content

Commit ea6e26d

Browse files
TrottMyles Borins
authored and
Myles Borins
committed
test: remove duplicate fork module import
`fork` is imported twice in a row. Remove duplication. PR-URL: #4634 Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
1 parent ffb7deb commit ea6e26d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-child-process-fork-close.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
22
var assert = require('assert'),
33
common = require('../common'),
4-
fork = require('child_process').fork,
54
fork = require('child_process').fork;
65

76
var cp = fork(common.fixturesDir + '/child-process-message-and-exit.js');

0 commit comments

Comments
 (0)