Try to fix return state from tests.

This commit is contained in:
2021-10-01 21:34:28 -07:00
parent 1587519049
commit 2bf9f1bf30

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