Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95b04955 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Suppress clang-tidy performance warnings in libmemunreachable."

parents 5dd9dc58 223bb4e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ TEST_F(AllocatorTest, shared) {

  Allocator<int>::shared_ptr ptr = allocator.make_shared(0);
  {
    auto ptr2 = ptr;
    auto ptr2 = ptr;  // NOLINT, test copy of ptr
  }
  ASSERT_NE(ptr, nullptr);
}