diff --git a/test/cfoa/try_emplace_tests.cpp b/test/cfoa/try_emplace_tests.cpp index 1dd39657..20af1a95 100644 --- a/test/cfoa/try_emplace_tests.cpp +++ b/test/cfoa/try_emplace_tests.cpp @@ -86,7 +86,7 @@ namespace { if (std::is_same::value) { BOOST_TEST_EQ(raii::copy_constructor, x.size()); - BOOST_TEST_EQ(raii::move_constructor, 0); + BOOST_TEST_EQ(raii::move_constructor, 0u); } else { BOOST_TEST_EQ(raii::copy_constructor, 0u); BOOST_TEST_EQ(raii::move_constructor, x.size());