()
| 90 | assert_kernel_module_compiles("fs", kernel::FS); |
| 91 | } |
| 92 | |
| 93 | // --- Regression: my_kernel.hll must compile with all identifiers resolved --- |
| 94 | // Guards the `computed_binary_pa` class of bug: a rename leaves a stale local |
| 95 | // reference. On failure, inspect spawn_user_process first. |
| 96 | |
| 97 | #[test] |
nothing calls this directly
no test coverage detected