From 7547fc7c8db21da63142d8316db5f7ff63fcb00c Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Tue, 2 Nov 2004 06:51:22 +0000 Subject: [PATCH] remove moved test from jamfiles [SVN r26079] --- test/Jamfile | 1 - test/Jamfile.v2 | 1 - 2 files changed, 2 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 5e6a4f5..c07b307 100755 --- a/test/Jamfile +++ b/test/Jamfile @@ -27,7 +27,6 @@ test-suite utility [ compile-fail ../checked_delete_test.cpp ] [ run ../compressed_pair_test.cpp $(test_monitor) : -u ] [ run ../current_function_test.cpp : : : always_show_run_output ] - [ run ../iterator_traits_test.cpp ] [ run ../iterators_test.cpp $(test_monitor) ] [ run next_prior_test.cpp $(test_monitor) ] [ compile-fail ../noncopyable_test.cpp ] diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a4dde30..d1ab6f3 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -20,7 +20,6 @@ test-suite utility [ compile-fail ../checked_delete_test.cpp ] [ run ../compressed_pair_test.cpp ../../test/build//boost_test_exec_monitor : -u ] [ run ../current_function_test.cpp : : : always_show_run_output ] - [ 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 ] [ compile-fail ../noncopyable_test.cpp ]