diff --git a/swap/test/Jamfile.v2 b/swap/test/Jamfile.v2
index 758bdaa..a13cbd0 100644
--- a/swap/test/Jamfile.v2
+++ b/swap/test/Jamfile.v2
@@ -22,32 +22,5 @@ test-suite utility/swap
[ run specialized_in_std.cpp ../../../test/build//boost_test_exec_monitor/static ]
[ run swap_arrays.cpp ../../../test/build//boost_test_exec_monitor/static ]
;
-
-
-# Copyright (c) 2007, 2008 Joseph Gauterin
-#
-# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-
-# bring in rules for testing
-import testing ;
-
-test-suite utility/swap
- :
- [ compile root_header_1.cpp ]
- [ compile root_header_2.cpp ]
- [ compile lib_header_1.cpp ]
- [ compile lib_header_2.cpp ]
- [ compile mixed_headers_1.cpp ]
- [ compile mixed_headers_2.cpp ]
- [ run primitive.cpp ../../../test/build//boost_test_exec_monitor/static ]
- [ run specialized_in_boost.cpp ../../../test/build//boost_test_exec_monitor/static ]
- [ run specialized_in_global.cpp ../../../test/build//boost_test_exec_monitor/static ]
- [ run specialized_in_other.cpp ../../../test/build//boost_test_exec_monitor/static ]
- [ run specialized_in_std.cpp ../../../test/build//boost_test_exec_monitor/static ]
- [ run swap_arrays.cpp ../../../test/build//boost_test_exec_monitor/static ]
- ;
-