Skip to content

Commit b97ea0c

Browse files
committed
autocommit
1 parent 79b061a commit b97ea0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_sched.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fn test_sched_priority() {
5050
assert_eq!(priority, 0);
5151

5252
let max = sched_get_priority_max(Scheduler::SCHED_FIFO).unwrap();
53-
let min = sched_get_priority_min(Scheduler::SCHED_FIFO).unwrap();
53+
let _ = sched_get_priority_min(Scheduler::SCHED_FIFO).unwrap();
5454

5555
// can't set priority unless process has correct capabilities and PREEMPT_RT kernel
5656
match sched_setscheduler(

0 commit comments

Comments
 (0)