Stop running example1 in the tests: it's intentionally non-portable.

[SVN r18823]
This commit is contained in:
John Maddock
2003-06-17 10:50:02 +00:00
parent 5ea5535e1a
commit dd969b13ab

View File

@ -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 :