()
| 885 | |
| 886 | #[test] |
| 887 | fn test_lookup_missing() { |
| 888 | let table = HashDedupTable::new(make_hash(0)); |
| 889 | assert_eq!(table.lookup(&make_hash(99)), None); |
| 890 | } |
| 891 | |
| 892 | #[test] |
| 893 | fn test_require_existing() { |
nothing calls this directly
no test coverage detected