mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Replace BOOST_TEST
call with BOOST_ASSERT
to resolve https://github.com/boostorg/unordered/issues/36
This commit is contained in:
@ -68,7 +68,7 @@ namespace test {
|
||||
{
|
||||
}
|
||||
|
||||
~memory_tracker() { BOOST_TEST(count_allocators == 0); }
|
||||
~memory_tracker() { BOOST_ASSERT(count_allocators == 0); }
|
||||
|
||||
void allocator_ref()
|
||||
{
|
||||
|
Reference in New Issue
Block a user