()
| 50 | assert_kernel_module_compiles("trap_handler", kernel::TRAP_HANDLER); |
| 51 | } |
| 52 | |
| 53 | #[test] |
| 54 | fn kernel_utilities_compiles() { |
| 55 | assert_kernel_module_compiles("utilities", kernel::UTILITIES); |
| 56 | } |
| 57 |
nothing calls this directly
no test coverage detected