From cd1556d5993aad97d9967b0fcb434103e14cb6a4 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 3 Apr 2002 11:06:01 +0000 Subject: [PATCH] Removed test of questionable legality. [SVN r13358] --- tests/is_convertible_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/is_convertible_test.cpp b/tests/is_convertible_test.cpp index ce210ca..142baf8 100644 --- a/tests/is_convertible_test.cpp +++ b/tests/is_convertible_test.cpp @@ -29,7 +29,6 @@ int cpp_main(int argc, char* argv[]) value_test(false, (boost::is_convertible::value)); value_test(true, (boost::is_convertible::value)); value_test(false, (boost::is_convertible::value)); - value_test(false, (boost::is_convertible::value)); value_test(true, (boost::is_convertible::value)); #ifdef BOOST_MSVC6_MEMBER_TEMPLATES