This commit is contained in:
yutaka
2020-02-03 20:48:35 +09:00
parent 9abce00f24
commit 0d033679d4

View File

@ -215,7 +215,7 @@ namespace emplace_tests {
BOOST_TEST(!r2.second);
BOOST_TEST(i1 == r2.first);
// The container has to construct an object in order to check
// whether it can emplace, so there's an extra cosntruction
// whether it can emplace, so there's an extra construction
// here.
BOOST_TEST_EQ(check_.instances(), 6);
BOOST_TEST_EQ(check_.constructions(), 7);