| Index: tests/PDFGlyphsToUnicodeTest.cpp
|
| diff --git a/tests/PDFGlyphsToUnicodeTest.cpp b/tests/PDFGlyphsToUnicodeTest.cpp
|
| index 3ba8870774498bed1f5a075c98cf28708ea2d501..f65ee3e3c7239e72376dc16f533063359bf3c3a9 100644
|
| --- a/tests/PDFGlyphsToUnicodeTest.cpp
|
| +++ b/tests/PDFGlyphsToUnicodeTest.cpp
|
| @@ -25,7 +25,7 @@ static bool stream_equals(const SkDynamicMemoryWStream& stream, size_t offset,
|
| return memcmp(data->bytes() + offset, buffer, len) == 0;
|
| }
|
|
|
| -DEF_TEST(ToUnicode, reporter) {
|
| +DEF_TEST(SkPDF_ToUnicode, reporter) {
|
| SkTDArray<SkUnichar> glyphToUnicode;
|
| SkTDArray<uint16_t> glyphsInSubset;
|
| SkBitSet subset(kMaximumGlyphCount);
|
|
|