[testsuite,libstdc++-v3] Fix 27_io/filesystem/iterators/caching.cc
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 8 Apr 2019 07:17:30 +0000 (07:17 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Mon, 8 Apr 2019 07:17:30 +0000 (09:17 +0200)
2019-04-08  Christophe Lyon  <christophe.lyon@linaro.org>

* testsuite/27_io/filesystem/iterators/caching.cc: Add
dg-require-filesystem-ts.

From-SVN: r270199

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/filesystem/iterators/caching.cc

index ef4a79214aabe92052a4e3cf7ec7a21330f21cfc..7ea0fd0d96272fb98ced387ac60d3edc05181e6c 100644 (file)
@@ -1,3 +1,8 @@
+2019-04-08  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * testsuite/27_io/filesystem/iterators/caching.cc: Add
+       dg-require-filesystem-ts.
+
 2019-04-05  Jonathan Wakely  <jwakely@redhat.com>
 
        * doc/xml/manual/status_cxx2020.xml: Update status.
index e95e514149e4256c2f57932b0d483c0901493d80..1e9e3b9c8a655a48dc6084d473be73c438d17275 100644 (file)
@@ -17,6 +17,7 @@
 
 // { dg-options "-std=gnu++17" }
 // { dg-do run { target c++17 } }
+// { dg-require-filesystem-ts "" }
 
 #include <filesystem>
 #include <testsuite_fs.h>