[libcxx-commits] [PATCH] D116198: [libc++] [test] [NFC] Flatten the directory structure a bit

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 23 11:56:37 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG6842f52a0bbf: [libc++] [test] Flatten the directory structure a bit. NFC. (authored by arthur.j.odwyer).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116198

Files:
  libcxx/test/std/ranges/range.access/begin.pass.cpp
  libcxx/test/std/ranges/range.access/data.pass.cpp
  libcxx/test/std/ranges/range.access/empty.pass.cpp
  libcxx/test/std/ranges/range.access/end.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.begin/begin.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.cbegin/cbegin.compile.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.cend/cend.compile.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.end/end.pass.cpp
  libcxx/test/std/ranges/range.access/range.prim/data.pass.cpp
  libcxx/test/std/ranges/range.access/range.prim/empty.pass.cpp
  libcxx/test/std/ranges/range.access/range.prim/size.pass.cpp
  libcxx/test/std/ranges/range.access/range.prim/ssize.pass.cpp
  libcxx/test/std/ranges/range.access/size.pass.cpp
  libcxx/test/std/ranges/range.access/ssize.pass.cpp


Index: libcxx/test/std/ranges/range.access/range.access.cend/cend.compile.pass.cpp
===================================================================
--- libcxx/test/std/ranges/range.access/range.access.cend/cend.compile.pass.cpp
+++ /dev/null
@@ -1 +0,0 @@
-// Tested in end.pass.cpp.
Index: libcxx/test/std/ranges/range.access/range.access.cbegin/cbegin.compile.pass.cpp
===================================================================
--- libcxx/test/std/ranges/range.access/range.access.cbegin/cbegin.compile.pass.cpp
+++ /dev/null
@@ -1 +0,0 @@
-// Tested in begin.pass.cpp.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116198.396069.patch
Type: text/x-patch
Size: 584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211223/bc114750/attachment.bin>


More information about the libcxx-commits mailing list