diff --git a/hash/test/Jamfile b/hash/test/Jamfile index 0fb035f..364d4dc 100644 --- a/hash/test/Jamfile +++ b/hash/test/Jamfile @@ -29,7 +29,6 @@ rule hash-test ( name ) [ hash-test hash_range_test ] [ hash-test hash_custom_test ] [ hash-test hash_built_in_array_test ] - [ hash-test hash_built_in_array_empty_test ] [ hash-test hash_vector_test ] [ hash-test hash_list_test ] [ hash-test hash_deque_test ] diff --git a/hash/test/Jamfile.v2 b/hash/test/Jamfile.v2 index e7effa2..4400ab4 100644 --- a/hash/test/Jamfile.v2 +++ b/hash/test/Jamfile.v2 @@ -17,7 +17,6 @@ test-suite functional/hash [ run hash_range_test.cpp framework ] [ run hash_custom_test.cpp framework ] [ run hash_built_in_array_test.cpp framework ] - [ run hash_built_in_array_empty_test.cpp framework ] [ run hash_vector_test.cpp framework ] [ run hash_list_test.cpp framework ] [ run hash_deque_test.cpp framework ]