From 489e66b39dab9aebbf1882d3f0801d242a1e1017 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 25 Sep 2023 17:17:01 +0200 Subject: zz --- test/path-search.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/path-search.cpp b/test/path-search.cpp index 6fad1fa5..2ed78530 100644 --- a/test/path-search.cpp +++ b/test/path-search.cpp @@ -91,7 +91,8 @@ void test_bbox() auto w = world(); auto& c = test_app::make_test_chunk(w, ch); - constexpr auto is_passable_NESW = [](chunk& c, Vector2i coord, std::array dirs) { + constexpr auto is_passable_NESW = [](chunk& c, Vector2i coord, std::array dirs) + { fm_assert(is_passable_1(c, bbox(coord, N)) == dirs[0]); fm_assert(is_passable_1(c, bbox(coord, E)) == dirs[1]); fm_assert(is_passable_1(c, bbox(coord, S)) == dirs[2]); -- cgit v1.2.3