meta (wip)
This commit is contained in:
parent
112978c7fb
commit
d17d099960
5 changed files with 274 additions and 142 deletions
|
@ -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]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue