From e92213431e0a7472a00294f77e9eb9980c5e8421 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Wed, 3 Sep 2003 05:24:48 +0000 Subject: [PATCH] Removed tie_example.cpp per Daniel's request [SVN r19910] --- test/Jamfile | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 1d9108b..3fb86ee 100755 --- a/test/Jamfile +++ b/test/Jamfile @@ -25,7 +25,6 @@ test-suite utility [ run ../numeric_traits_test.cpp ] [ run ../operators_test.cpp ../../test/build/boost_test_exec_monitor ] [ compile-fail ../safe_bool_testable_test.cpp ] - [ run ../tie_example.cpp ] [ run ../binary_search_test.cpp ../../test/build/boost_test_exec_monitor ] [ run ../call_traits_test.cpp : -u ] [ compile-fail ../checked_delete_test.cpp ]