From 0c7e7c3c3972aaf3252b6e9d66bf78c228e910df Mon Sep 17 00:00:00 2001 From: Stefan Slapeta Date: Thu, 5 Aug 2004 18:46:55 +0000 Subject: [PATCH] half_open_range_test removed [SVN r24313] --- test/Jamfile | 2 +- test/Jamfile.v2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index a9ca0f4..bdbc918 100755 --- a/test/Jamfile +++ b/test/Jamfile @@ -35,7 +35,7 @@ test-suite utility [ run ../enable_if_namespace_disambiguation.cpp $(test_monitor) ] [ run ../enable_if_no_disambiguation.cpp $(test_monitor) ] [ run ../enable_if_partial_specializations.cpp $(test_monitor) ] - [ run ../half_open_range_test.cpp ] +# [ run ../half_open_range_test.cpp ] [ run ../iterator_traits_test.cpp ] [ run ../iterators_test.cpp $(test_monitor) ] [ run next_prior_test.cpp $(test_monitor) ] diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 442828e..30d39cf 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -28,7 +28,7 @@ test-suite utility [ run ../enable_if_namespace_disambiguation.cpp ../../test/build//boost_test_exec_monitor ] [ run ../enable_if_no_disambiguation.cpp ../../test/build//boost_test_exec_monitor ] [ run ../enable_if_partial_specializations.cpp ../../test/build//boost_test_exec_monitor ] - [ run ../half_open_range_test.cpp ] +# [ run ../half_open_range_test.cpp ] [ run ../iterator_traits_test.cpp ] [ run ../iterators_test.cpp ../../test/build//boost_test_exec_monitor ] [ run next_prior_test.cpp ../../test/build//boost_test_exec_monitor ]