Corrected test name

This commit is contained in:
2021-10-05 08:55:26 -07:00
parent 3a2bf344c5
commit 784f222f17
2 changed files with 32 additions and 2 deletions

View File

@ -11,6 +11,6 @@
int main() {
return (
test_card() ||
test_poker()
test_poker2()
) || 0;
}