1 2 3 4 5 6 7 8
#![cfg(windows)] mod shared; #[test] fn handles_invalid_param() { shared::handles_crash(shared::SadnessFlavor::InvalidParameter); }