[libcxx-commits] [PATCH] D98108: [libcxx] [test] Fix path.modifiers remove_filename and replace_filename for windows
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 6 10:03:16 PST 2021
mstorsjo added inline comments.
================
Comment at: libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/replace_filename.pass.cpp:52
+#else
, {"\\/\\", "\\/bar", "bar"}
+#endif
----------------
These two ifdefs can be merged; I'll do that locally before the next update or before pushing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98108/new/
https://reviews.llvm.org/D98108
More information about the libcxx-commits
mailing list