diff options
Diffstat (limited to 'test/app.hpp')
-rw-r--r-- | test/app.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/app.hpp b/test/app.hpp index 1fed6c0c..ad9f41e7 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -34,5 +34,6 @@ struct test_app final : private FM_APPLICATION static void test_entity(); static void test_loader(); static void test_bitmask(); + static void zzz_test_misc(); }; } // namespace floormat |