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 730cd5d513
commit f58399d2f3

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>> ();
}
//------------------------------------------------------------------------------