Loading libmemunreachable/tests/Allocator_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
libmemunreachable/tests/Allocator_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading