blob: 20ed8d9d4cd1091316e226a696838bedede69b01 [file] [log] [blame]
use std::io::Write;
#[test]
fn test_thing() {
print!("ran the test");
std::io::stdout().flush().unwrap();
}