diff --git a/test/span_boost_begin_test.cpp b/test/span_boost_begin_test.cpp index 9da849a..b7dc1e6 100644 --- a/test/span_boost_begin_test.cpp +++ b/test/span_boost_begin_test.cpp @@ -29,9 +29,4 @@ void function() std::vector y; boost::begin(y); } -#else -int main() -{ - return 0; -} #endif