Index: tests/PDFGlyphsToUnicodeTest.cpp |
diff --git a/tests/ToUnicodeTest.cpp b/tests/PDFGlyphsToUnicodeTest.cpp |
similarity index 99% |
rename from tests/ToUnicodeTest.cpp |
rename to tests/PDFGlyphsToUnicodeTest.cpp |
index 4dcb2df0b215817d0d95e3b48ff2aebf44866b09..33fcc80ef7648a6e3ac075eb8a7d6841577dd3e5 100644 |
--- a/tests/ToUnicodeTest.cpp |
+++ b/tests/PDFGlyphsToUnicodeTest.cpp |
@@ -11,8 +11,6 @@ |
#include "SkStream.h" |
#include "Test.h" |
-#if SK_SUPPORT_PDF |
- |
static bool stream_equals(const SkDynamicMemoryWStream& stream, size_t offset, |
const char* buffer, size_t len) { |
SkAutoDataUnref data(stream.copyToData()); |
@@ -180,4 +178,3 @@ endbfrange\n"; |
REPORTER_ASSERT(reporter, stream_equals(buffer2, 0, expectedResult2, |
buffer2.getOffset())); |
} |
-#endif // SK_SUPPORT_PDF |