Try to fix return state from tests.

This commit is contained in:
2021-10-01 21:34:28 -07:00
parent 3a6e65993d
commit 7cfa0fcebe

View File

@ -10,7 +10,7 @@
int main() { int main() {
return ( return (
!test_card() && test_card() ||
!test_poker2() test_poker2()
); ) || 0;
} }