diff options
-rw-r--r-- | src/tests/test_filters.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_filters.cpp b/src/tests/test_filters.cpp index d9e9ac23b..6ce83ccba 100644 --- a/src/tests/test_filters.cpp +++ b/src/tests/test_filters.cpp @@ -35,7 +35,7 @@ class Filter_Tests : public Test results.push_back(test_pipe_codec()); results.push_back(test_fork()); -#if defined(BOTAN_TARGET_OS_HAS_THREADS) && 0 +#if defined(BOTAN_TARGET_OS_HAS_THREADS) // Threaded_Fork is broken results.push_back(test_threaded_fork()); #endif |