[libcxx-commits] [PATCH] D116992: [libc++][test] Move iter_swap into iterator.cust.swap. NFC.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 11 06:50:28 PST 2022
Quuxplusone accepted this revision as: Quuxplusone.
Quuxplusone added a comment.
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116992/new/
https://reviews.llvm.org/D116992
More information about the libcxx-commits
mailing list