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

Commit 79a1e851 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge \\"Suppress clang-tidy performance warnings in libmemunreachable.\\" am: 95b04955

am: b29e58ec

Change-Id: I0ca8bbceac7c524c61982904fd306a63e60ad477
parents e9844627 b29e58ec
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);
}