re-export assert_test_result for use when testing libtest itself
This commit is contained in:
parent
068e3832cd
commit
10f7c11092
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@ const QUIET_MODE_MAX_COLUMN: usize = 100; // insert a '\n' after 100 tests in qu
|
|||
pub mod test {
|
||||
pub use {Bencher, TestName, TestResult, TestDesc, TestDescAndFn, TestOpts, TrFailed,
|
||||
TrFailedMsg, TrIgnored, TrOk, Metric, MetricMap, StaticTestFn, StaticTestName,
|
||||
DynTestName, DynTestFn, run_test, test_main, test_main_static, filter_tests,
|
||||
parse_opts, StaticBenchFn, ShouldPanic, Options};
|
||||
DynTestName, DynTestFn, assert_test_result, run_test, test_main, test_main_static,
|
||||
filter_tests, parse_opts, StaticBenchFn, ShouldPanic, Options};
|
||||
}
|
||||
|
||||
pub mod stats;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue