Index: tests/BBoxHierarchyTest.cpp |
diff --git a/tests/BBoxHierarchyTest.cpp b/tests/BBoxHierarchyTest.cpp |
index b9cbbc4f9a14957a15d90b4bee9991beabefcafa..71b96994f2ea9441b56711e24b0a19a77bfe050a 100644 |
--- a/tests/BBoxHierarchyTest.cpp |
+++ b/tests/BBoxHierarchyTest.cpp |
@@ -86,7 +86,7 @@ static void tree_test_main(SkBBoxHierarchy* tree, int minChildren, int maxChildr |
skiatest::Reporter* reporter) { |
DataRect rects[NUM_RECTS]; |
SkRandom rand; |
- REPORTER_ASSERT(reporter, NULL != tree); |
+ REPORTER_ASSERT(reporter, tree); |
int expectedDepthMin = -1; |
int expectedDepthMax = -1; |