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

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Mar 6 04:54:31 PST 2021


curdeius 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
----------------
Unless I am mistaken, the test case for //base is identical for Win32 and other platforms.


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