diff --git a/libcxx/test/libcxx/containers/associative/unord.map/abi.compile.pass.cpp b/libcxx/test/libcxx/containers/associative/unord.map/abi.compile.pass.cpp index 39fc9fe94a83c..a9fafe0452ac3 100644 --- a/libcxx/test/libcxx/containers/associative/unord.map/abi.compile.pass.cpp +++ b/libcxx/test/libcxx/containers/associative/unord.map/abi.compile.pass.cpp @@ -209,9 +209,9 @@ static_assert(TEST_ALIGNOF(unordered_map_alloc) == 24, ""); -static_assert(sizeof(std::unordered_map) == 24, ""); -static_assert(sizeof(std::unordered_map) == 28, ""); -static_assert(sizeof(std::unordered_map) == 32, ""); +static_assert(sizeof(std::unordered_map) == 28, ""); +static_assert(sizeof(std::unordered_map) == 32, ""); +static_assert(sizeof(std::unordered_map) == 36, ""); static_assert(TEST_ALIGNOF(std::unordered_map) == 4, ""); static_assert(TEST_ALIGNOF(std::unordered_map) == 4, "");