Make test for Filesystem TS actually use the Filesystem TS
authorJonathan Wakely <jwakely@redhat.com>
Mon, 10 Dec 2018 15:25:02 +0000 (15:25 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 10 Dec 2018 15:25:02 +0000 (15:25 +0000)
commit87e4fbdd9a250c77279637c7d4475e0e7bccbdb5
tree310ae23bbd69445f40cca9a88fb8b1aa0f614988
parente5840e758de4bfdfb2a33d2d24eb025345d355f1
Make test for Filesystem TS actually use the Filesystem TS

This test was copied from 27_io/filesystem/path/query/is_absolute.cc but
should have been modified to test the path type from the TS instead of
std::filesystem::path.

* testsuite/experimental/filesystem/path/query/is_absolute.cc: Fix
test to use TS, not C++17.

From-SVN: r266957
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/experimental/filesystem/path/query/is_absolute.cc