This commit is contained in:
momo5502
2024-10-25 21:46:43 +02:00
parent da0994826e
commit a77d545830

View File

@@ -92,7 +92,7 @@ bool test_io()
printf("Running test '" name "': "); \
const auto res = func(); \
valid &= res; \
puts(res ? "Sucess" : "Fail"); \
puts(res ? "Success" : "Fail"); \
}
int main(int /*argc*/, const char* /*argv*/[])