Merge \"Suppress clang-tidy performance warnings in libmemunreachable.\"
am: 95b0495534
Change-Id: I551f7b656b9f92332137509c0dda548a9722f68d
This commit is contained in:
commit
b29e58eccf
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue