nits
This commit is contained in:
@@ -7,7 +7,7 @@ use std::time::Duration;
|
||||
|
||||
fn extend_layers_test(depth: usize, expire: usize) {
|
||||
let mut fut = FutureMoves::new(Piece::Black, depth, expire);
|
||||
fut.create_root_raw(Board::new().starting_pos());
|
||||
fut.set_root_from_board(Board::new().starting_pos());
|
||||
fut.extend_layers();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user