diff --git a/test/boost_accumulators_support_test.cpp b/test/boost_accumulators_support_test.cpp index faf00059..f8f72924 100644 --- a/test/boost_accumulators_support_test.cpp +++ b/test/boost_accumulators_support_test.cpp @@ -4,12 +4,6 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#if 1 // test temporarily disabled - -int main() { return 0; } - -#else - #include #include #include @@ -49,5 +43,3 @@ int main() { } return boost::report_errors(); } - -#endif \ No newline at end of file