[libcxx-commits] [PATCH] D142183: [libc++] Split ranges.transform.binary.pass.cpp up

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 22 11:44:14 PST 2023


huixie90 added a comment.

Another way of splitting the test is that you can put `test_iterators` (both iterators and ranges overload) in a header and having few test files instantiating it for different types of iterators. This way you can avoid duplicating the test points and it is easier to further splitting them up if two is not enough


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142183/new/

https://reviews.llvm.org/D142183



More information about the libcxx-commits mailing list