Merge \\"Suppress clang-tidy performance warnings in libmemunreachable.\\" am: 95b0495534
am: b29e58eccf
Change-Id: I0ca8bbceac7c524c61982904fd306a63e60ad477
This commit is contained in:
commit
79a1e851fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue