Index: tests/FlatDataTest.cpp |
diff --git a/tests/FlatDataTest.cpp b/tests/FlatDataTest.cpp |
index 10d297a8644555cdc1628c3421bb34d96c53d5df..be4e7cf8ad8693897bdb6114827be1976b2a1179 100644 |
--- a/tests/FlatDataTest.cpp |
+++ b/tests/FlatDataTest.cpp |
@@ -47,7 +47,7 @@ static void testCreate(skiatest::Reporter* reporter, const void* obj, |
data1->setSentinelInCache(); |
SkFlatData* data2 = SkFlatData::Create(&controller, obj, 1, flattenProc); |
data2->setSentinelAsCandidate(); |
- REPORTER_ASSERT(reporter, SkFlatData::Compare(data1, data2) == 0); |
+ REPORTER_ASSERT(reporter, SkFlatData::Compare(*data1, *data2) == 0); |
} |
static void Tests(skiatest::Reporter* reporter) { |