summaryrefslogtreecommitdiffhomepage
path: root/test/app.hpp
diff options
context:
space:
mode:
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