()
| 299 | |
| 300 | #[test] |
| 301 | fn array_ct_eq() { |
| 302 | let a = [1u64, 2, 3]; |
| 303 | let b = [1u64, 2, 3]; |
| 304 | let c = [1u64, 2, 4]; |
| 305 | truth_table!(a, b, c); |
| 306 | } |
| 307 | |
| 308 | #[test] |
| 309 | fn ordering_ct_eq() { |
nothing calls this directly
no outgoing calls
no test coverage detected