DEBSOURCES
Skip Quicknav
sources / rust-serial-test / 2.0.0-3 / tests / tests.rs
12345678
use serial_test::local_serial_core; #[test] fn test_empty_serial_call() { local_serial_core("beta", || { println!("Bar"); }); }