Index: tests/PDFFlateTest.cpp |
diff --git a/tests/FlateTest.cpp b/tests/PDFFlateTest.cpp |
similarity index 98% |
rename from tests/FlateTest.cpp |
rename to tests/PDFFlateTest.cpp |
index 8387f527d120eb1ffe9d6aef6745030087bf0fec..40efe1a5d85f9ff8f2e414a11292b961f6abc883 100644 |
--- a/tests/FlateTest.cpp |
+++ b/tests/PDFFlateTest.cpp |
@@ -10,8 +10,6 @@ |
#include "SkStream.h" |
#include "Test.h" |
-#if SK_SUPPORT_PDF |
- |
// A memory stream that reports zero size with the standard call, like |
// an unseekable file stream would. |
class SkZeroSizeMemStream : public SkMemoryStream { |
@@ -114,4 +112,3 @@ DEF_TEST(Flate, reporter) { |
TestFlate(reporter, &fileStream, 512); |
TestFlate(reporter, &fileStream, 10240); |
} |
-#endif // SK_SUPPORT_PDF |