[libcxx-commits] [PATCH] D98643: [libcxx] [test] Fix weakly_canonical for windows
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 19 06:48:39 PDT 2021
curdeius accepted this revision.
curdeius added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/weakly_canonical.pass.cpp:73
fs::path p(TC.input);
+ fs::path expect(TC.expect);
+ expect.make_preferred();
----------------
If you change `p`, then change`expect` as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98643/new/
https://reviews.llvm.org/D98643
More information about the libcxx-commits
mailing list