diff options
Diffstat (limited to 'test/path-search.cpp')
-rw-r--r-- | test/path-search.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |