Comment out refereces to absent file

[SVN r32772]
This commit is contained in:
Vladimir Prus
2006-02-09 14:12:19 +00:00
parent a7d8c36057
commit c6f5970551
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ rule hash-test ( names + : extras * )
[ hash-test hash_range_test ]
[ hash-test hash_custom_test ]
[ hash-test hash_global_namespace_test ]
[ hash-test hash_friend_test ]
# [ hash-test hash_friend_test ]
[ hash-test hash_built_in_array_test ]
[ hash-test hash_value_array_test ]
[ hash-test hash_vector_test ]

View File

@@ -25,7 +25,7 @@ test-suite functional/hash
[ run hash_range_test.cpp framework ]
[ run hash_custom_test.cpp framework ]
[ run hash_global_namespace_test.cpp framework ]
[ run hash_friend_test.cpp framework ]
# [ run hash_friend_test.cpp framework ]
[ run hash_built_in_array_test.cpp framework ]
[ run hash_value_array_test.cpp framework ]
[ run hash_vector_test.cpp framework ]