Try to fix return state from tests.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
int main() {
|
||||
return (
|
||||
!test_card() &&
|
||||
!test_poker2()
|
||||
);
|
||||
test_card() ||
|
||||
test_poker2()
|
||||
) || 0;
|
||||
}
|
Reference in New Issue
Block a user