Fix [fs.path.gen] tests to use backslashes for mingw
authorJonathan Wakely <jwakely@redhat.com>
Thu, 13 Dec 2018 12:26:52 +0000 (12:26 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 13 Dec 2018 12:26:52 +0000 (12:26 +0000)
commita7a6c14a55dce7cae3bcc7f440c3764f5c048147
tree66059615001d9fdead7676d9709320008e76b315
parentebfaf345701abe17eae7757dd07ebc0c2955b0e6
Fix [fs.path.gen] tests to use backslashes for mingw

The normalized paths contain backslashes so fix the expected values to
use backslashes too.

* testsuite/27_io/filesystem/path/generation/proximate.cc: Use
preferred directory separators for normalized paths.
* testsuite/27_io/filesystem/path/generation/relative.cc: Likewise.

From-SVN: r267090
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/filesystem/path/generation/proximate.cc
libstdc++-v3/testsuite/27_io/filesystem/path/generation/relative.cc