diff options
author | Joel Low <[email protected]> | 2016-11-05 22:17:56 +0800 |
---|---|---|
committer | Joel Low <[email protected]> | 2016-11-06 12:45:15 +0800 |
commit | a914a872aab38e62bc838967cd7d310c6e022901 (patch) | |
tree | cd0459c78d60d6981067cb363ab1709cbaab5ca8 /src | |
parent | 54a951b6c67922b108488465bc062eda42877fd7 (diff) |
Re-enable the Threaded Fork test
Diffstat (limited to 'src')
-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 |