diff options
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 3544ed1b..0822e68f 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -31,6 +31,7 @@ struct test_app final : private FM_APPLICATION int exec() override; + static void test_coords(); static void test_json(); static void test_tile_iter(); static void test_magnum_math(); @@ -44,7 +45,6 @@ struct test_app final : private FM_APPLICATION static void test_hash(); static void test_path_search_node_pool(); static void test_dijkstra(); - static void test_coords(); static void zzz_test_misc(); }; } // namespace floormat |