Explorar o código

test: drop a bunch of NOLINT

Michele Caini %!s(int64=2) %!d(string=hai) anos
pai
achega
5618fd9549
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/example/signal_less.cpp

+ 1 - 1
test/example/signal_less.cpp

@@ -39,7 +39,7 @@ TEST(Example, SignalLess) {
     // literally a test for storage_adapter_mixin
     registry.emplace<int>(entity[0], 0);
     registry.erase<int>(entity[0]);
-    registry.insert<int>(std::begin(entity), std::end(entity), 3); // NOLINT
+    registry.insert<int>(std::begin(entity), std::end(entity), 3);
     registry.patch<int>(entity[0], [](auto &value) { value = 2; });
 
     ASSERT_EQ(registry.get<int>(entity[0]), 2);