Details
Details
- Reviewers
• Quuxplusone curdeius - Group Reviewers
Restricted Project - Commits
- rG2ec9239a7b1f: [libcxx] [test] Fix weakly_canonical for windows
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Ping - this is fairly straightforward, with similar handling with make_preferred() as in other similar tests.
Comment Actions
Seems fine to me. You'd get bonus points from me if you drive-by changed fs::path p(TC.input); to fs::path p = TC.input; 😉
Comment Actions
LGTM.
libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/weakly_canonical.pass.cpp | ||
---|---|---|
66 | If you change p, then change`expect` as well. |
libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/weakly_canonical.pass.cpp | ||
---|---|---|
66 | Sure, can do that. Why is such a change desired/why does it matter btw? |
If you change p, then change`expect` as well.