1
0
Fork 0

meta (wip)

This commit is contained in:
Paul-Nicolas Madelaine 2025-09-06 15:36:08 +02:00
parent 112978c7fb
commit d17d099960
5 changed files with 274 additions and 142 deletions

View file

@ -229,7 +229,7 @@ fn mirror() {
.unwrap()
.validate()
.unwrap();
assert_eq!(mirror, position.mirror());
assert_eq!(position.mirror(), mirror);
}
fn perft_aux(record: &str, tests: &[u128]) {