1
Fork 0

Fix compilation errors.

This commit is contained in:
Charles Lew 2021-07-18 14:52:46 +08:00
parent 9c11113b4f
commit 950f569c91
8 changed files with 13 additions and 39 deletions

View file

@ -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},