diff --git a/tests/unix.rs b/tests/unix.rs index 0bac468..9917a27 100644 --- a/tests/unix.rs +++ b/tests/unix.rs @@ -72,7 +72,7 @@ fn get_and_set_priority_with_normal_policies( #[cfg(not(target_os = "vxworks"))] #[case(ThreadSchedulePolicy::Realtime(RealtimeThreadSchedulePolicy::RoundRobin), 0..=99)] #[cfg(target_os = "vxworks")] -#[case(ThreadSchedulePolicy::Normal(NormalThreadSchedulePolicy::Other), 0.=255)] +#[case(ThreadSchedulePolicy::Normal(NormalThreadSchedulePolicy::Other), 0..=255)] #[cfg(target_os = "vxworks")] #[case(ThreadSchedulePolicy::Realtime(RealtimeThreadSchedulePolicy::Fifo), 0..=255)] #[cfg(target_os = "vxworks")]