[libc++][NFC] Split up ranges.transform.pass.cpp
authorNikolas Klauser <nikolasklauser@berlin.de>
Tue, 17 Jan 2023 21:48:00 +0000 (22:48 +0100)
committerNikolas Klauser <nikolasklauser@berlin.de>
Wed, 18 Jan 2023 01:05:35 +0000 (02:05 +0100)
commita331560658cdf124d2d310bf826a63ae01f38d82
tree05014cb9c8ed7797aac45be88570ae5fb951ac2f
parentf3f4bc814bfe1131f7ab30eed03a825bf47521ea
[libc++][NFC] Split up ranges.transform.pass.cpp

`ranges.transform.pass.cpp` takes ~42s to run on my machine, `ranges.transform.binary.pass.cpp` takes ~26s and `ranges.transform.unary.pass.cpp` takes ~2s.

Reviewed By: ldionne, #libc

Spies: libcxx-commits

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