File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ const {
23
23
SafeSet,
24
24
StringPrototypeIndexOf,
25
25
StringPrototypeSlice,
26
- StringPrototypeSplit,
27
26
StringPrototypeStartsWith,
28
27
} = primordials ;
29
28
Original file line number Diff line number Diff line change @@ -596,7 +596,8 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
596
596
" report given reporter to the given destination" ,
597
597
&EnvironmentOptions::test_reporter_destination,
598
598
kAllowedInEnvvar );
599
- AddOption (" --test-child-process" , " " , // for internal use by test runner
599
+ AddOption (" --test-child-process" ,
600
+ " " , // for internal use by test runner
600
601
&EnvironmentOptions::test_child_process);
601
602
AddOption (" --test-only" ,
602
603
" run tests with 'only' option set" ,
You can’t perform that action at this time.
0 commit comments