test: fix running test on windows (msvc)

This commit is contained in:
Recep Aslantas
2019-09-14 12:46:04 +03:00
parent 551ed1bd20
commit 0ed88cfda8
3 changed files with 14 additions and 8 deletions

View File

@@ -74,7 +74,8 @@ main(int argc, const char * argv[]) {
}
if (failed == 0) {
fprintf(stderr, BOLDGREEN "\n All tests are passed 🎉\n" RESET);
fprintf(stderr,
BOLDGREEN "\n All tests are passed " FINAL_TEXT "\n" RESET);
}
fprintf(stderr,