@ -24,8 +24,7 @@ int main()
{
if (goodTests == totalTests) printf("All %u tests succeeded." ENDL, totalTests);
else printf("ERROR: Only %u/%u tests succeeded. %u tests failed." ENDL, goodTests, totalTests, totalTests - goodTests);
#if defined _WIN32
system("pause");
#endif // _WIN32
puts("Press any key to continue...");
fgetc(stdin);
return 0;
}