Skip to content

Commit 6037a91

Browse files
committed
fix tests and pipe
1 parent fbb78bf commit 6037a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/perfts_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ int run_test(Chessboard *board, int profondeur)
1616
return 1;
1717

1818
Move liste_coups[250];
19-
int nbmoves = getalllegalmoves(board, liste_coups);
19+
int nbmoves = get_all_legal_moves(board, liste_coups);
2020

2121
int total = 0;
2222

0 commit comments

Comments
 (0)