From 41f8fe4e55a3b0f2e471959374ba36314e19edc0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 6 Oct 2023 19:29:28 +0200 Subject: a --- test/path-search.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/path-search.cpp') diff --git a/test/path-search.cpp b/test/path-search.cpp index 9ff918e5..28ea01de 100644 --- a/test/path-search.cpp +++ b/test/path-search.cpp @@ -113,6 +113,7 @@ void test_bbox() fm_assert(neighbor_tiles(w, ch, {2, 4}).size == 3); fm_assert(neighbor_tiles(w, ch, {4, 4}).size == 3); } +#if 0 { constexpr auto ch = chunk_coords_{}; auto w = world(); @@ -183,6 +184,7 @@ void test_bbox() fm_assert( check_N(search, {}, {K+2, K+2 }, s00 )); fm_assert( check_W(search, {}, {K+2, K+2 }, s00 )); } +#endif } } // namespace -- cgit v1.2.3