()
| 45 | assert_kernel_module_compiles("trap_entry", kernel::TRAP_ENTRY); |
| 46 | } |
| 47 | |
| 48 | #[test] |
| 49 | fn kernel_trap_handler_compiles() { |
| 50 | assert_kernel_module_compiles("trap_handler", kernel::TRAP_HANDLER); |
| 51 | } |
| 52 |
nothing calls this directly
no test coverage detected