std: Fix mode warning in std::test
This commit is contained in:
parent
1845cf23aa
commit
5b93d1a29f
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ enum TestEvent {
|
|||
type MonitorMsg = (TestDesc, TestResult);
|
||||
|
||||
fn run_tests(opts: &TestOpts, tests: &[TestDesc],
|
||||
callback: fn@(TestEvent)) {
|
||||
callback: fn@(+e: TestEvent)) {
|
||||
|
||||
let mut filtered_tests = filter_tests(opts, tests);
|
||||
callback(TeFiltered(copy filtered_tests));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue