From 43326390d959330fa87b5221fb8e4812f7ba20fb Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 26 Jan 2025 08:19:00 +0200 Subject: [PATCH] Reenable failing test --- test/array_init_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/array_init_test.cpp b/test/array_init_test.cpp index ae40fd3..e2487e7 100644 --- a/test/array_init_test.cpp +++ b/test/array_init_test.cpp @@ -58,7 +58,7 @@ int main() test2(); test2(); - // test2(); + test2(); #if BOOST_WORKAROUND(BOOST_MSVC, < 1910) || BOOST_WORKAROUND(BOOST_GCC, < 50000)