From 7af8d015bcef0a7c2d1d1387c7f7200c8845e885 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Fri, 12 Jan 2024 16:11:20 +0100 Subject: [PATCH] test: drop a bunch of NOLINT --- test/example/signal_less.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/example/signal_less.cpp b/test/example/signal_less.cpp index 68a7b5572..f6e1dc1da 100644 --- a/test/example/signal_less.cpp +++ b/test/example/signal_less.cpp @@ -34,7 +34,7 @@ TEST(Example, SignalLess) { ASSERT_TRUE((has_on_construct_v)); entt::registry registry; - const std::array entity{registry.create()}; + const std::array entity{registry.create()}; // literally a test for storage_adapter_mixin registry.emplace(entity[0], 0);