Index: tests/CanvasTest.cpp |
diff --git a/tests/CanvasTest.cpp b/tests/CanvasTest.cpp |
index e2ad2ed6b3244b3a027ef29296b64ff6d356b3c8..f8e856ac00f98c84280791a96f940a86ab3af405 100644 |
--- a/tests/CanvasTest.cpp |
+++ b/tests/CanvasTest.cpp |
@@ -692,8 +692,7 @@ private: |
testStep->assertMessage()); |
} |
REPORTER_ASSERT_MESSAGE(reporter, |
- !referenceRecord->fPicture->fPathHeap == |
- !testRecord->fPicture->fPathHeap, |
+ !referenceRecord->fPathHeap == !testRecord->fPathHeap, |
testStep->assertMessage()); |
// The following tests are commented out because they currently |
// fail. Issue: http://code.google.com/p/skia/issues/detail?id=507 |