summaryrefslogtreecommitdiffhomepage
path: root/test/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-04-09 22:59:07 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-04-09 23:01:23 +0200
commit962de6640c41c7ff6a779942e3079ee8d9a5959b (patch)
tree7f72f8f761343ff56074420e0ed2b6c506d8a0aa /test/app.hpp
parent1dd2a7fb8f5482946103c153039c178a20748686 (diff)
test: add more coverage for deserializer
Diffstat (limited to 'test/app.hpp')
-rw-r--r--test/app.hpp2
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();