From dd969b13ab76de592a439ebbe9ac72c029021c1d Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 17 Jun 2003 10:50:02 +0000 Subject: [PATCH] Stop running example1 in the tests: it's intentionally non-portable. [SVN r18823] --- Jamfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 : + +