[libc++] [test] Improve the tests for std::{begin,end}(valarray).
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Mon, 14 Feb 2022 04:28:19 +0000 (23:28 -0500)
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Tue, 1 Mar 2022 19:24:46 +0000 (14:24 -0500)
commita281bdd51bdb486300b7ff7144d9a4ee56177a15
tree1c659d28261c334f3bd9fc862c962a4521700f67
parent510fd283fda2d7c5118ae1b451a1f2365cfc3f27
[libc++] [test] Improve the tests for std::{begin,end}(valarray).

Incidentally, this removes some unqualified ADL calls to `begin` and `end`.

Differential Revision: https://reviews.llvm.org/D119687
libcxx/test/std/numerics/numarray/valarray.range/begin-end.pass.cpp [new file with mode: 0644]
libcxx/test/std/numerics/numarray/valarray.range/begin_const.pass.cpp [deleted file]
libcxx/test/std/numerics/numarray/valarray.range/begin_non_const.pass.cpp [deleted file]
libcxx/test/std/numerics/numarray/valarray.range/end_const.pass.cpp [deleted file]
libcxx/test/std/numerics/numarray/valarray.range/end_non_const.pass.cpp [deleted file]