Simple test
This commit is contained in:
parent
aa03bdad88
commit
56f003e8cc
@ -163,3 +163,9 @@ lazy_static! {
|
||||
pub static ref WRITER: Mutex<Writer> =
|
||||
Mutex::new(Writer::new(ColorCode::new(Color::Yellow, Color::Black)));
|
||||
}
|
||||
|
||||
#[test_case]
|
||||
fn test_println_simple() {
|
||||
println!("Does this work?");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user