summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/CompressionTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/Support/CompressionTest.cpp')
-rw-r--r--llvm/unittests/Support/CompressionTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/CompressionTest.cpp b/llvm/unittests/Support/CompressionTest.cpp
index cc7be431b62..51723898e95 100644
--- a/llvm/unittests/Support/CompressionTest.cpp
+++ b/llvm/unittests/Support/CompressionTest.cpp
@@ -21,7 +21,7 @@ using namespace llvm;
namespace {
-#if LLVM_ENABLE_ZLIB == 1 && HAVE_LIBZ
+#if LLVM_ENABLE_ZLIB
void TestZlibCompression(StringRef Input, int Level) {
SmallString<32> Compressed;
OpenPOWER on IntegriCloud