monitor/tests/start_stop.rs

6 lines
65 B
Rust

// use runner_rs::*;
#[test]
fn test() {
assert_eq!(2, 2);
}