aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-02-17 13:10:43 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-17 13:10:43 -0800
commit1e4e814c0396a2e1a283e2661c04e6b12eeb5265 (patch)
treeb6995f46605002c80c86cad1b2f8a468e34b4e88 /tests
parent9f2d1571ed1f0ed579e5d7779c46a90e20f30f22 (diff)
SK_NO_FLATE
Also remove skia_zlib_static. We're not using it. We don't even have zlib in DEPS. No public API changes. TBR=reed@google.com BUG=skia: Review URL: https://codereview.chromium.org/936583002
Diffstat (limited to 'tests')
-rw-r--r--tests/FlateTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FlateTest.cpp b/tests/FlateTest.cpp
index 9f6a5b5f43..8ad4d50376 100644
--- a/tests/FlateTest.cpp
+++ b/tests/FlateTest.cpp
@@ -104,7 +104,7 @@ static void TestFlate(skiatest::Reporter* reporter, SkMemoryStream* testStream,
}
DEF_TEST(Flate, reporter) {
-#ifdef SK_HAS_ZLIB
+#ifndef SK_NO_FLATE
REPORTER_ASSERT(reporter, SkFlate::HaveFlate());
#endif
if (SkFlate::HaveFlate()) {