diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-02 10:20:40 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-02 10:20:40 +0100 |
commit | 9ff017f1d4c1502fca9797aa4b38351c97e57982 (patch) | |
tree | 5b122d52ddec31c988e23a70531a968466e73bf6 /test/app.cpp | |
parent | 58d95d559276b556f584411d5c3ea0a986f3fbc4 (diff) |
a
Diffstat (limited to 'test/app.cpp')
-rw-r--r-- | test/app.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/app.cpp b/test/app.cpp index 4677de39..8bccfbbd 100644 --- a/test/app.cpp +++ b/test/app.cpp @@ -51,6 +51,7 @@ int test_app::exec() FM_TEST(test_entity), FM_TEST(test_iptr), FM_TEST(test_hash), + FM_TEST(test_critter), FM_TEST(test_raycast), FM_TEST(test_json), FM_TEST(test_time), @@ -111,7 +112,7 @@ int test_app::exec() fm_assert(num_tabs <= tab_limit); for (auto i = 0uz; i < num_tabs; i++) std::fputc('\t', s); - std::fprintf(s, "% 12.3f ms\n", (double)ms); + std::fprintf(s, "%12.3f ms\n", (double)ms); std::fflush(s); } } |