diff options
Diffstat (limited to 'src/tests/test_compression.cpp')
-rw-r--r-- | src/tests/test_compression.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_compression.cpp b/src/tests/test_compression.cpp index e5db055a5..517502a5a 100644 --- a/src/tests/test_compression.cpp +++ b/src/tests/test_compression.cpp @@ -12,6 +12,8 @@ namespace Botan_Tests { +#if defined(BOTAN_HAS_COMPRESSION) + namespace { const char* text_str = @@ -50,8 +52,6 @@ const char* text_str = "All mimsy were the borogoves," "And the mome raths outgrabe."; -#if defined(BOTAN_HAS_COMPRESSION) - class Compression_Tests : public Test { public: |