[position] Remove cfg(test) from test_position! macro

This commit is contained in:
Eryn Wells 2025-06-07 08:51:46 -07:00
parent bba88bd0e6
commit c476e93f33

View file

@ -7,7 +7,6 @@ macro_rules! position {
};
}
#[cfg(test)]
#[macro_export]
macro_rules! test_position {
($to_move:ident, [ $($color:ident $shape:ident on $square:ident),* $(,)? ], $en_passant:ident) => {