Index: tests/GrAllocatorTest.cpp |
diff --git a/tests/GrAllocatorTest.cpp b/tests/GrAllocatorTest.cpp |
index a05da8fc6cdd1476f511a3f77317c2e1dc9de163..c02a7ca9af407891f1907ba93f1019389885f544 100644 |
--- a/tests/GrAllocatorTest.cpp |
+++ b/tests/GrAllocatorTest.cpp |
@@ -30,7 +30,7 @@ static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popC |
// again. Finally it resets the allocator and checks again. |
static void check_allocator(GrTAllocator<C>* allocator, int cnt, int popCnt, |
skiatest::Reporter* reporter) { |
- SkASSERT(NULL != allocator); |
+ SkASSERT(allocator); |
SkASSERT(allocator->empty()); |
for (int i = 0; i < cnt; ++i) { |
// Try both variations of push_back(). |