1 2 3 4 5 6
use super::CpuContext; #[test] fn with_threads_rejects_zero() { assert!(CpuContext::with_threads(0).is_err()); }