[libcxx-commits] [PATCH] D89945: [libcxx] [test] Use path::operator== instead of PathEq in the path.append test
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 25 10:13:21 PST 2021
ldionne requested changes to this revision.
ldionne added inline comments.
This revision now requires changes to proceed.
================
Comment at: libcxx/test/std/input.output/filesystems/class.path/path.member/path.append.pass.cpp:112
}
- assert(PathEq(LHS, E));
+ assert(LHS == E);
}
----------------
I'm not sure I understand, can you give me an example of why this fails on Windows with `PathEq`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89945/new/
https://reviews.llvm.org/D89945
More information about the libcxx-commits
mailing list