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