mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-11 05:23:58 +00:00
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:
commit
c0a9f638ce
@ -68,7 +68,7 @@ namespace test {
|
||||
{
|
||||
}
|
||||
|
||||
~memory_tracker() { BOOST_TEST(count_allocators == 0); }
|
||||
~memory_tracker() { BOOST_ASSERT(count_allocators == 0); }
|
||||
|
||||
void allocator_ref()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user