Skip to content

Commit 01dfc5d

Browse files
committed
doc(test_suite): fix the incorrect description of the test case interrupt_priority
1 parent c732308 commit 01dfc5d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/constance_test_suite/src/kernel_tests/interrupt_priority.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
//! Validates error codes returned by interrupt line manipulation methods. Also,
2-
//! checks miscellaneous properties of interrupt lines.
3-
//! TODO: This description is wrong
1+
//! Makes sure that interrupt priorities affect the order in which interrupt
2+
//! handlers are called.
43
use constance::{
54
kernel::{Hunk, InterruptHandler, InterruptLine, Task},
65
prelude::*,

0 commit comments

Comments
 (0)