commit | d8ecfb4ecfaef607812610ec8c652bad4b52c97d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jul 28 01:04:20 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 28 01:04:21 2016 +0000 |
tree | c7a4a00b32a1a92a3ef6fc37c75daf534e2403a9 | |
parent | a1b3f8e8e099f75d30dd32e9d488da294a4b27f0 [diff] | |
parent | b6c8320960080296fa0f02541c9dfc5a8c03e20b [diff] |
Merge "Suppress clang-tidy performance warnings in libmemunreachable."
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); }