summaryrefslogtreecommitdiffhomepage
path: root/test/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/app.hpp')
-rw-r--r--test/app.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/app.hpp b/test/app.hpp
index 76cbab18..7365e093 100644
--- a/test/app.hpp
+++ b/test/app.hpp
@@ -19,9 +19,9 @@ struct test_app final : private FM_APPLICATION
explicit test_app(const Arguments& arguments);
~test_app();
int exec() override;
- static bool test_json();
- static bool test_tile_iter();
- static bool test_const_math();
+ static void test_json();
+ static void test_tile_iter();
+ static void test_const_math();
static void test_serializer();
static void test_entity();
};