Expose Concurrent (private type in public i'face)

This commit is contained in:
Alan Egerton 2021-05-14 13:28:56 +01:00
parent 69b352ef77
commit 67e8f12307
No known key found for this signature in database
GPG Key ID: 68A65BCD9D289FFE

@ -49,7 +49,7 @@ pub mod test {
cli::{parse_opts, TestOpts},
filter_tests,
helpers::metrics::{Metric, MetricMap},
options::{Options, RunIgnored, RunStrategy, ShouldPanic},
options::{Concurrent, Options, RunIgnored, RunStrategy, ShouldPanic},
run_test, test_main, test_main_static,
test_result::{TestResult, TrFailed, TrFailedMsg, TrIgnored, TrOk},
time::{TestExecTime, TestTimeOptions},