aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Low <[email protected]>2016-11-05 22:17:56 +0800
committerJoel Low <[email protected]>2016-11-06 12:45:15 +0800
commita914a872aab38e62bc838967cd7d310c6e022901 (patch)
treecd0459c78d60d6981067cb363ab1709cbaab5ca8 /src
parent54a951b6c67922b108488465bc062eda42877fd7 (diff)
Re-enable the Threaded Fork test
Diffstat (limited to 'src')
-rw-r--r--src/tests/test_filters.cpp2
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