From 74f107569307e6c79a39a4daf92f430fdbb9bba0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 3 Nov 2022 06:22:38 +0100 Subject: . --- test/tile-iter.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/tile-iter.cpp b/test/tile-iter.cpp index a6d49dd2..43ef6bdf 100644 --- a/test/tile-iter.cpp +++ b/test/tile-iter.cpp @@ -10,7 +10,6 @@ static inline bool always_false() bool floormat::test_tile_iter() // NOLINT(readability-function-size) { -#if 1 if (always_false()) { const chunk c; @@ -21,7 +20,6 @@ bool floormat::test_tile_iter() // NOLINT(readability-function-size) for (auto [x, k, pt] : c) static_assert(std::is_same_v); } -#endif if (always_false()) { chunk c; -- cgit v1.2.3