Index: tests/PDFPrimitivesTest.cpp |
diff --git a/tests/PDFPrimitivesTest.cpp b/tests/PDFPrimitivesTest.cpp |
index 36c803f6d5f769ca0a2b05f11a3368c913416ed2..e361554f7a7dc3b90702a999864175b58e73754e 100644 |
--- a/tests/PDFPrimitivesTest.cpp |
+++ b/tests/PDFPrimitivesTest.cpp |
@@ -114,7 +114,6 @@ static void TestPDFStream(skiatest::Reporter* reporter) { |
"<</Length 12\n/Attribute 42\n>> stream\n" |
"Test\nFoo\tBar\nendstream"); |
-#ifndef SK_NO_FLATE |
{ |
char streamBytes2[] = "This is a longer string, so that compression " |
"can do something with it. With shorter strings, " |
@@ -138,7 +137,6 @@ static void TestPDFStream(skiatest::Reporter* reporter) { |
(const char*) expectedResultData2->data(), |
expectedResultData2->size(), true); |
} |
-#endif // SK_NO_FLATE |
} |
static void TestCatalog(skiatest::Reporter* reporter) { |