()
| 50 | |
| 51 | #[test] |
| 52 | fn parses_sysctl_value() { |
| 53 | assert_eq!(parse_sysctl_value("kernel.kptr_restrict = 0\n").unwrap(), 0); |
| 54 | } |
| 55 | |
| 56 | #[test] |
| 57 | fn parses_negative_sysctl_value() { |
nothing calls this directly
no outgoing calls
no test coverage detected