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

am: b29e58eccf

Change-Id: I0ca8bbceac7c524c61982904fd306a63e60ad477
This commit is contained in:
Chih-Hung Hsieh 2016-07-28 06:27:29 +00:00 committed by android-build-merger
commit 79a1e851fd

View file

@ -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);
}