[libc++][test] Move iter_swap into iterator.cust.swap. NFC.
authorJoe Loser <joeloser93@gmail.com>
Tue, 11 Jan 2022 05:43:25 +0000 (00:43 -0500)
committerJoe Loser <joeloser93@gmail.com>
Wed, 12 Jan 2022 00:56:35 +0000 (19:56 -0500)
commit0d1365e380b5459c1cc32a2ab5ad90a0141c95a2
tree109669165f1dfe3b605004c1ec515b952abf9f65
parent97a5dccb7d3a8d8f37e0862aa46668c178360ff2
[libc++][test] Move iter_swap into iterator.cust.swap. NFC.

Move `iter_swap.pass.cpp` into a new subdirectory: `iterator.cust.swap`
for symmetry with the neighboring subdirectory `iterator.cust.move`.

Differential Revision: https://reviews.llvm.org/D116992
libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap/iter_swap.pass.cpp [moved from libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap.pass.cpp with 99% similarity]