diff --git a/test/helpers/memory.hpp b/test/helpers/memory.hpp index 22946cc2..89ecf1f8 100644 --- a/test/helpers/memory.hpp +++ b/test/helpers/memory.hpp @@ -68,7 +68,7 @@ namespace test { { } - ~memory_tracker() { BOOST_TEST(count_allocators == 0); } + ~memory_tracker() { BOOST_ASSERT(count_allocators == 0); } void allocator_ref() {