diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-09 22:59:07 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-09 23:01:23 +0200 |
commit | 962de6640c41c7ff6a779942e3079ee8d9a5959b (patch) | |
tree | 7f72f8f761343ff56074420e0ed2b6c506d8a0aa /test/app.hpp | |
parent | 1dd2a7fb8f5482946103c153039c178a20748686 (diff) |
test: add more coverage for deserializer
Diffstat (limited to 'test/app.hpp')
-rw-r--r-- | test/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/app.hpp b/test/app.hpp index 98e08523..b2575433 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -40,9 +40,9 @@ struct test_app final : private FM_APPLICATION static void test_math(); static void test_raycast(); static void test_region(); + static void test_save(); static void test_saves(); static void test_script(); - static void test_save(); static void test_tile_iter(); static void test_wall_atlas(); static void test_wall_atlas2(); |