forked from boostorg/unordered
Merge pull request #37 from LeonineKing1199/memory-tracker-fixes
Replace `BOOST_TEST` call with `BOOST_ASSERT` to resolve testing woes
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