[position] Remove cfg(test) from test_position! macro
This commit is contained in:
parent
bba88bd0e6
commit
c476e93f33
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ macro_rules! position {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! test_position {
|
macro_rules! test_position {
|
||||||
($to_move:ident, [ $($color:ident $shape:ident on $square:ident),* $(,)? ], $en_passant:ident) => {
|
($to_move:ident, [ $($color:ident $shape:ident on $square:ident),* $(,)? ], $en_passant:ident) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue