()
| 931 | |
| 932 | #[test] |
| 933 | fn test_sanitize_crash() -> Result<()> { |
| 934 | let deopt = Deopt::new("libpcap".to_string())?; |
| 935 | Config::init_test("libpcap"); |
| 936 | let fuzzer_dir = deopt.get_library_fuzzer_dir(false)?; |
| 937 | sanitize_crash::sanitize_crash(&fuzzer_dir, &deopt)?; |
| 938 | Ok(()) |
| 939 | } |
| 940 | } |
nothing calls this directly
no test coverage detected