diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2019-04-08 07:17:30 +0000 |
---|---|---|
committer | Christophe Lyon <clyon@gcc.gnu.org> | 2019-04-08 09:17:30 +0200 |
commit | 66d8ee9ce0245c8c60af96365b3072a9e25729e6 (patch) | |
tree | c0322e31d98da4a06b838937db3bbbe71e3494e2 | |
parent | 636349faba1c804989c7ed4263c03f898e549c22 (diff) | |
download | gcc-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/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/27_io/filesystem/iterators/caching.cc | 1 |
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> |