mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-12 05:51:44 +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()
|
void allocator_ref()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user