()
| 412 | |
| 413 | #[test] |
| 414 | fn level_zero_matches() { |
| 415 | let r = empty_resolver(); |
| 416 | let ll = LL::zero(); |
| 417 | let lu = KUniv::<Anon>::zero(); |
| 418 | level_congruent(&ll, &lu, &r).unwrap(); |
| 419 | } |
| 420 | |
| 421 | #[test] |
| 422 | fn level_succ_matches() { |
nothing calls this directly
no test coverage detected