diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index d4fc25a..16f3eba 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -19,7 +19,7 @@ project numeric_conversion_unit_tests test-suite minimal : [ run bounds_test.cpp ] - [ run traits_test.cpp ] + [ run traits_test.cpp : : : msvc:/bigobj ] [ run converter_test.cpp ] [ run udt_support_test.cpp ] [ run numeric_cast_test.cpp ]