[libcxx-commits] [PATCH] D98643: [libcxx] [test] Fix weakly_canonical for windows
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 19 06:44:46 PDT 2021
Quuxplusone accepted this revision as: Quuxplusone.
Quuxplusone added a comment.
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;` 😉
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