Fix compilation errors.
This commit is contained in:
parent
9c11113b4f
commit
950f569c91
8 changed files with 13 additions and 39 deletions
|
@ -13,7 +13,7 @@ use super::{
|
|||
formatters::{JsonFormatter, JunitFormatter, OutputFormatter, PrettyFormatter, TerseFormatter},
|
||||
helpers::{concurrency::get_concurrency, metrics::MetricMap},
|
||||
options::{Options, OutputFormat},
|
||||
run_tests,
|
||||
run_tests, term,
|
||||
test_result::TestResult,
|
||||
time::{TestExecTime, TestSuiteExecTime},
|
||||
types::{NamePadding, TestDesc, TestDescAndFn},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue