Reduce thread count in static_initializer test (RIPD-864)

This commit is contained in:
Vinnie Falco
2015-05-15 11:10:14 -07:00
parent ef1604a729
commit 9ad5644a8c

View File

@@ -199,14 +199,7 @@ void
static_initializer_test::run ()
{
test <Case< 4, cxx11_tag>> ();
test <Case< 16, cxx11_tag>> ();
test <Case< 64, cxx11_tag>> ();
test <Case<256, cxx11_tag>> ();
test <Case< 4, beast_tag>> ();
test <Case< 16, beast_tag>> ();
test <Case< 64, beast_tag>> ();
test <Case<256, beast_tag>> ();
}
//------------------------------------------------------------------------------