()
| 123 | #[test] |
| 124 | #[cfg(linux_kernel)] |
| 125 | fn raw_dir_entries_stack() { |
| 126 | let mut buf = [MaybeUninit::uninit(); 2048]; |
| 127 | test_raw_dir(&mut buf); |
| 128 | } |
| 129 | |
| 130 | #[test] |
| 131 | #[cfg(linux_kernel)] |
nothing calls this directly
no test coverage detected