aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2019-04-08 07:17:30 +0000
committerChristophe Lyon <clyon@gcc.gnu.org>2019-04-08 09:17:30 +0200
commit66d8ee9ce0245c8c60af96365b3072a9e25729e6 (patch)
treec0322e31d98da4a06b838937db3bbbe71e3494e2
parent636349faba1c804989c7ed4263c03f898e549c22 (diff)
downloadgcc-66d8ee9ce0245c8c60af96365b3072a9e25729e6.zip
gcc-66d8ee9ce0245c8c60af96365b3072a9e25729e6.tar.gz
gcc-66d8ee9ce0245c8c60af96365b3072a9e25729e6.tar.bz2
[testsuite,libstdc++-v3] Fix 27_io/filesystem/iterators/caching.cc
2019-04-08 Christophe Lyon <christophe.lyon@linaro.org> * testsuite/27_io/filesystem/iterators/caching.cc: Add dg-require-filesystem-ts. From-SVN: r270199
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/27_io/filesystem/iterators/caching.cc1
2 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ef4a792..7ea0fd0 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/testsuite/27_io/filesystem/iterators/caching.cc b/libstdc++-v3/testsuite/27_io/filesystem/iterators/caching.cc
index e95e514..1e9e3b9 100644
--- a/libstdc++-v3/testsuite/27_io/filesystem/iterators/caching.cc
+++ b/libstdc++-v3/testsuite/27_io/filesystem/iterators/caching.cc
@@ -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>