summaryrefslogtreecommitdiffhomepage
path: root/test/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-13 18:53:14 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-13 20:43:16 +0100
commitf6f16968a703dda7f66212e1527ba177dde26939 (patch)
tree5c480810b6b92f4511be49ed93448f250991433f /test/app.hpp
parent4cd305a0420f1acc75a8f81ff15264a99581f9d0 (diff)
test stuff
Diffstat (limited to 'test/app.hpp')
-rw-r--r--test/app.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/app.hpp b/test/app.hpp
index 89753ead..76cbab18 100644
--- a/test/app.hpp
+++ b/test/app.hpp
@@ -22,7 +22,7 @@ struct test_app final : private FM_APPLICATION
static bool test_json();
static bool test_tile_iter();
static bool test_const_math();
- static bool test_serializer();
- static bool test_entity();
+ static void test_serializer();
+ static void test_entity();
};
} // namespace floormat