Use p.string() instead of p.native() for comparing with the expected value.
Explicitly list the expected values for both posix and windos, even if the operation is an identity operation on posix.
Differential D89532
[libcxx] [test] Fix path.modifiers/make_preferred for windows mstorsjo on Oct 16 2020, 3:33 AM. Authored by
Details
Use p.string() instead of p.native() for comparing with the expected value. Explicitly list the expected values for both posix and windos, even if the operation is an identity operation on posix.
Diff Detail
Event Timeline
|
I would rather this be changed to:
and then
I find it easier to follow.