diff options
Diffstat (limited to 'test/app.cpp')
-rw-r--r-- | test/app.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/app.cpp b/test/app.cpp index 35a65743..6ace3ca5 100644 --- a/test/app.cpp +++ b/test/app.cpp @@ -65,7 +65,6 @@ int App::exec() FM_TEST(test_bptr), FM_TEST(test_iptr), FM_TEST(test_entity), - FM_TEST(test_hash), // normal FM_TEST(test_bitmask), FM_TEST(test_json), @@ -75,6 +74,7 @@ int App::exec() FM_TEST(test_raycast), FM_TEST(test_wall_atlas), FM_TEST(test_wall_atlas2), + FM_TEST(test_hash), FM_TEST(test_region), // the rest are slow FM_TEST(test_rtree), |