[all-commits] [llvm/llvm-project] 432ba3: [libc++][test] Cover move construction of allocato...
A. Jiang via All-commits
all-commits at lists.llvm.org
Mon Sep 30 10:24:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 432ba353d8fcd68721203e1d0eb1fb983485f568
https://github.com/llvm/llvm-project/commit/432ba353d8fcd68721203e1d0eb1fb983485f568
Author: A. Jiang <de34 at live.cn>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M libcxx/test/std/containers/associative/map/map.cons/move.pass.cpp
M libcxx/test/std/containers/associative/multimap/multimap.cons/move.pass.cpp
M libcxx/test/std/containers/associative/multiset/multiset.cons/move.pass.cpp
M libcxx/test/std/containers/associative/set/set.cons/move.pass.cpp
M libcxx/test/std/containers/sequences/deque/deque.cons/move.pass.cpp
Log Message:
-----------
[libc++][test] Cover move construction of allocators again (#110375)
Previous PR #107344 fixed move constructor of `test_allocator` but
dropped test coverage for move construction in some cases. This PR
attempts to restore the test coverage.
Thanks @Quuxplusone for reminding.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list