Fixed a test's return value

Only one platform caught this?
This commit is contained in:
2024-10-30 21:00:02 +11:00
parent 163c8aa7f6
commit feab02e790

View File

@@ -243,6 +243,5 @@ int main() {
total += res; total += res;
} }
printf(TOY_CC_NOTICE "All good\n" TOY_CC_RESET); return total;
return 0;
} }