mirror of
https://github.com/recp/cglm.git
synced 2026-01-02 21:59:56 +00:00
test: fix running test on windows (msvc)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user