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