commit | 95b049553497c5669b23436bb1af94d8889cf3c7 | [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 | 5dd9dc58597515ff56857a42a3f5b7ad77dc8dd5 [diff] | |
parent | 223bb4e21dab1d298473208ed91aca99a58b2a1b [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); }