commit | d176799fdbd04d6c2898b2bd765f82d2dd48861c | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Jul 28 06:38:28 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 28 06:38:28 2016 +0000 |
tree | 882d707dc91a728135e34bd64a839e379fd000cd | |
parent | b61250250c879ea8c40aa4bf182e24eca5fbbdbd [diff] | |
parent | b3e6bca57b2a175cc0b996ece380381d23ee744f [diff] |
Merge \\\\"Suppress clang-tidy performance warnings in libmemunreachable.\\\\" am: 95b0495534 am: b29e58eccf am: 79a1e851fd am: b3e6bca57b Change-Id: I7389c8d23410bfd7b3d32e328c5ac5ab4532c0d5
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); }