diff --git a/Jamfile b/Jamfile index a139d60..0a635af 100644 --- a/Jamfile +++ b/Jamfile @@ -7,7 +7,7 @@ include testing.jam ; test-suite static_assert : [ run static_assert_test.cpp ] - [ run static_assert_example_1.cpp ] +# [ run static_assert_example_1.cpp ] [ run static_assert_example_2.cpp ] [ run static_assert_example_3.cpp ] [ compile-fail static_assert_test_fail_1.cpp ] @@ -22,3 +22,5 @@ test-suite static_assert : + +