forked from mirror/Riven
Fix some minor test warnings
parent
50f1a4afde
commit
7af67d0cd6
|
@ -15,7 +15,10 @@ macro_rules! async_tests {
|
|||
println!();
|
||||
println!("running tests");
|
||||
println!();
|
||||
|
||||
#[allow(unused_mut)]
|
||||
let mut oks: u32 = 0;
|
||||
#[allow(unused_mut)]
|
||||
let mut errs: u32 = 0;
|
||||
$(
|
||||
let $name = async {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
mod async_tests;
|
||||
mod testutils;
|
||||
use testutils::*;
|
||||
// use testutils::*;
|
||||
|
||||
use colored::*;
|
||||
|
||||
|
|
Loading…
Reference in New Issue