Index: tests/MemsetTest.cpp |
diff --git a/tests/MemsetTest.cpp b/tests/MemsetTest.cpp |
index 1e1378b4ada343fd9910cc68f232a19a0a9aad92..76412eec7763dab629dcea475bc461341187d5f3 100644 |
--- a/tests/MemsetTest.cpp |
+++ b/tests/MemsetTest.cpp |
@@ -30,7 +30,7 @@ static void test_chunkalloc(skiatest::Reporter* reporter) { |
//------------------------------------------------------------------------ |
// check empty |
check_alloc(reporter, alloc, 0, 0, 0); |
- REPORTER_ASSERT(reporter, !alloc.contains(NULL)); |
+ REPORTER_ASSERT(reporter, !alloc.contains(nullptr)); |
REPORTER_ASSERT(reporter, !alloc.contains(reporter)); |
// reset on empty allocator |