diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index cf1605680..3e69b981d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -79,7 +79,6 @@ test-suite "serialization" : [ test-bsl-run_files test_list_ptrs : A ] [ test-bsl-run_files test_map : A ] [ test-bsl-run_files test_map_hashed : A : : [ requires hash ] ] # BOOST_HAS_HASH - [ test-bsl-run_files test_map_unordered : A : : [ requires cxx11_hdr_unordered_map ] ] # BOOST_NO_CXX11_HDR_UNORDERED_MAP [ test-bsl-run_files test_mi ] [ test-bsl-run_files test_multiple_ptrs : A ] [ test-bsl-run_files test_multiple_inheritance ] @@ -98,7 +97,6 @@ test-suite "serialization" : [ test-bsl-run_files test_registered ] [ test-bsl-run_files test_set : A ] [ test-bsl-run_files test_set_hashed : A : : [ requires hash ] ] # BOOST_HAS_HASH - [ test-bsl-run_files test_set_unordered : A : : [ requires cxx11_hdr_unordered_set ] ] # BOOST_NO_CXX11_HDR_UNORDERED_SET [ test-bsl-run_files test_simple_class : A ] [ test-bsl-run_files test_simple_class_ptr : A ] [ test-bsl-run_files test_slist : A : : [ requires slist ] ] # BOOST_HAS_SLIST ]