diff --git a/hash/test/link_ext_test.cpp b/hash/test/link_ext_test.cpp index 31adf87..eeb1160 100644 --- a/hash/test/link_ext_test.cpp +++ b/hash/test/link_ext_test.cpp @@ -17,7 +17,6 @@ int f(std::size_t hash1, int* x1) { std::vector x; x.push_back(*x1); HASH_NAMESPACE::hash > vector_hasher; - BOOST_TEST(vector_hasher(x) == HASH_NAMESPACE::hash_value(x)); - return boost::report_errors(); + return vector_hasher(x) != HASH_NAMESPACE::hash_value(x); }