diff options
Diffstat (limited to 'test/tile-iter.cpp')
-rw-r--r-- | test/tile-iter.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/tile-iter.cpp b/test/tile-iter.cpp index 38fad206..9d31fd49 100644 --- a/test/tile-iter.cpp +++ b/test/tile-iter.cpp @@ -8,7 +8,7 @@ static inline bool always_false() return ret; } -bool test_app::test_tile_iter() // NOLINT(readability-function-size) +void test_app::test_tile_iter() // NOLINT(readability-function-size) { if (always_false()) { @@ -28,7 +28,6 @@ bool test_app::test_tile_iter() // NOLINT(readability-function-size) for ([[maybe_unused]] const auto [x, k, pt] : c) static_assert(std::is_same_v<decltype(x), const tile_ref>); } - return true; } } // namespace floormat |