Move iter_swap.pass.cpp into a new subdirectory: iterator.cust.swap
for symmetry with the neighboring subdirectory iterator.cust.move.
Details
Details
- Reviewers
ldionne • Quuxplusone Mordante var-const - Group Reviewers
Restricted Project - Commits
- rG0d1365e380b5: [libc++][test] Move iter_swap into iterator.cust.swap. NFC.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This moves files in the opposite direction from how I ordinarily want to; but in fact the reason we don't just git mv iterator.cust/iterator.cust.swap.pass.cpp iterator.cust/iter_swap.pass.cpp instead, is that the iterator.cust.move/ subdirectory actually contains three test files. So the subdirectory structure actually is serving some purpose in that case, and so getting this stuff onto a consistent subdirectory level sounds good.