aboutsummaryrefslogtreecommitdiff
path: root/tests/cfail/priority-too-high.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cfail/priority-too-high.rs')
-rw-r--r--tests/cfail/priority-too-high.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cfail/priority-too-high.rs b/tests/cfail/priority-too-high.rs
index ac3a7043..c76b7a6b 100644
--- a/tests/cfail/priority-too-high.rs
+++ b/tests/cfail/priority-too-high.rs
@@ -26,4 +26,4 @@ fn idle() -> ! {
task!(SYS_TICK, sys_tick);
-fn sys_tick(_: Threshold, _: SYS_TICK::Resources) {}
+fn sys_tick(_: &mut Threshold, _: SYS_TICK::Resources) {}