From 39670daf26c4fbbfe9148dec30c9f0e075eff404 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 8 Jun 2024 08:20:12 +0200 Subject: improve hash api and hash test --- test/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/app.cpp') 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), -- cgit v1.2.3