commit | 9fa5294e116db5d02e05e01b21946f02e8d857cf | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Jul 28 06:30:18 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 28 06:30:18 2016 +0000 |
tree | 81f365dc32b61569592590b72c203c9796f366d9 | |
parent | 1ff973002d9d072913162bc9e4a8899f78256c29 [diff] | |
parent | 9d388b2ea558db80a149af0afd97d8aaee1317c6 [diff] |
Merge \\\"Suppress clang-tidy performance warnings in libmemunreachable.\\\" am: 95b0495534 am: b29e58eccf am: 79a1e851fd Change-Id: I3fc968cd755fc4d65918913d4a639fce0c10251a
diff --git a/libmemunreachable/tests/Allocator_test.cpp b/libmemunreachable/tests/Allocator_test.cpp index fa76ae0..21c8218 100644 --- a/libmemunreachable/tests/Allocator_test.cpp +++ b/libmemunreachable/tests/Allocator_test.cpp
@@ -160,7 +160,7 @@ Allocator<int>::shared_ptr ptr = allocator.make_shared(0); { - auto ptr2 = ptr; + auto ptr2 = ptr; // NOLINT, test copy of ptr } ASSERT_NE(ptr, nullptr); }