()
| 891 | |
| 892 | #[test] |
| 893 | fn test_require_existing() { |
| 894 | let h = make_hash(42); |
| 895 | let table = HashDedupTable::new(h); |
| 896 | assert_eq!(table.require(&h).unwrap(), 0); |
| 897 | } |
| 898 | |
| 899 | #[test] |
| 900 | fn test_require_missing() { |
nothing calls this directly
no test coverage detected