FIXME: committing this just to test the check format job

This commit is contained in:
2025-12-12 13:31:40 -06:00
parent 59b3ce7eab
commit b9f0e6c9f1

View File

@@ -710,7 +710,9 @@ mod test {
for (a, b, ordering) in cpvs.iter().copied().map(|(a, b, ordering)| {
(
Cpv::parser().parse_finished(InputIter::new(a)).unwrap(),
Cpv::parser().parse_finished(InputIter::new(b)).unwrap(),
Cpv::parser()
.parse_finished(InputIter::new(b))
.unwrap(),
ordering,
)
}) {