forked from boostorg/container
Comment typo and tab
This commit is contained in:
@ -471,7 +471,7 @@ void test_destructor()
|
||||
BOOST_TEST(mrl.m_info.size() == ++expected_memory_allocs);
|
||||
}
|
||||
//Don't release, all memory, including internal allocations, should be automatically
|
||||
//after the destructor is run
|
||||
//released after the destructor is run
|
||||
}
|
||||
BOOST_TEST(mrl.m_mismatches == 0u);
|
||||
BOOST_TEST(mrl.m_info.size() == 0u);
|
||||
|
Reference in New Issue
Block a user