[libc++] Split ranges.transform.binary.pass.cpp up
authorNikolas Klauser <nikolasklauser@berlin.de>
Fri, 20 Jan 2023 07:13:32 +0000 (08:13 +0100)
committerNikolas Klauser <nikolasklauser@berlin.de>
Wed, 1 Feb 2023 18:56:03 +0000 (19:56 +0100)
commitc15ba1bb9498fa04f6c374337313df43486c9713
tree943befc5de7a4ad6b989720f7ca682da15ed46cd
parent97b5e0147c6f0ac2da673387ed6e6c2082c843f3
[libc++] Split ranges.transform.binary.pass.cpp up

`ranges.transform.binary.pass.cpp` took ~25s to compile. `ranges.transform.binary.range.pass.cpp` and `ranges.transform.binary.iterator.pass.cpp` take ~13s each.

Reviewed By: ldionne, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D142183
libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.binary.iterator.pass.cpp [new file with mode: 0644]
libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.binary.pass.cpp [deleted file]
libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.binary.range.pass.cpp [new file with mode: 0644]