From 49f085dddff10473b6ebf832a974288300224e60 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Fri, 5 Sep 2014 13:34:00 -0700 Subject: "NULL !=" = NULL R=reed@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/544233002 --- tests/BBoxHierarchyTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/BBoxHierarchyTest.cpp') diff --git a/tests/BBoxHierarchyTest.cpp b/tests/BBoxHierarchyTest.cpp index b9cbbc4f9a..71b96994f2 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; -- cgit v1.2.3