[libcxx-commits] [PATCH] D98106: [libcxx] [test] Fix lexically_normal and lexically_relative_and_proximate for windows

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Mar 6 05:26:53 PST 2021


mstorsjo added inline comments.


================
Comment at: libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_relative_and_proximate.pass.cpp:42
+      {"//net", "//net/", ""},
+      {"//base", "a", ""},
+#else
----------------
curdeius wrote:
> Unless I am mistaken, the test case for //base is identical for Win32 and other platforms.
Thanks, looks like you're right. Updating...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98106



More information about the libcxx-commits mailing list