* testsuite/27_io/filesystem/path/construct/80762.cc: Skip test if
the Filesystem TS support is not configured.
* testsuite/experimental/filesystem/path/construct/80762.cc: Likewise.
From-SVN: r267082
+2018-12-13 Jonathan Wakely <jwakely@redhat.com>
+
+ * testsuite/27_io/filesystem/path/construct/80762.cc: Skip test if
+ the Filesystem TS support is not configured.
+ * testsuite/experimental/filesystem/path/construct/80762.cc: Likewise.
+
2018-12-12 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/71044 (partial)
// { dg-options "-std=gnu++17" }
// { dg-do compile { target c++17 } }
+// { dg-require-filesystem-ts "" }
#include <filesystem>
// <http://www.gnu.org/licenses/>.
// { dg-do compile { target c++11 } }
+// { dg-require-filesystem-ts "" }
#include <experimental/filesystem>