Drop the empty array test.

[SVN r28087]
This commit is contained in:
Daniel James
2005-04-10 19:19:59 +00:00
parent 477004a45d
commit a267ab6a2c
2 changed files with 0 additions and 2 deletions

View File

@@ -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 ]

View File

@@ -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 ]