Skip to content

Commit 4332639

Browse files
committed
Reenable failing test
1 parent c95d855 commit 4332639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/array_init_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ int main()
5858
test2<int, 1>();
5959
test2<int, 7>();
6060

61-
// test2<int const, 0>();
61+
test2<int const, 0>();
6262

6363
#if BOOST_WORKAROUND(BOOST_MSVC, < 1910) || BOOST_WORKAROUND(BOOST_GCC, < 50000)
6464

0 commit comments

Comments
 (0)