diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2018-05-21 13:27:00 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2018-05-21 13:27:00 +0100 |
commit | cc343938cbb65881f9a6e3bc019aeff6c5a38137 (patch) | |
tree | 01e23fedbe9e7fc5b591f510fc6a1b3a08a3da4a | |
parent | 18c493938b77b805ae82596546a076840c94cb37 (diff) | |
download | gcc-cc343938cbb65881f9a6e3bc019aeff6c5a38137.tar.gz |
PR libstdc++/85818 make new test require Filesystem support
PR libstdc++/85818
* testsuite/experimental/filesystem/path/preferred_separator.cc: Add
dg-require-filesystem-ts.
From-SVN: r260439
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/experimental/filesystem/path/preferred_separator.cc | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ac4a052e129..1513561bbd4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2018-05-21 Jonathan Wakely <jwakely@redhat.com> + PR libstdc++/85818 + * testsuite/experimental/filesystem/path/preferred_separator.cc: Add + dg-require-filesystem-ts. + PR libstdc++/85843 * src/c++11/cow-stdexcept.cc (logic_error, runtime_error): Explicitly initialize base class to avoid warnings. diff --git a/libstdc++-v3/testsuite/experimental/filesystem/path/preferred_separator.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/preferred_separator.cc index b470e312bb1..5ca948dfaef 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/preferred_separator.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/preferred_separator.cc @@ -17,6 +17,7 @@ // { dg-options "-O0 -lstdc++fs -std=gnu++11" } // { dg-do link { target c++11 } } +// { dg-require-filesystem-ts "" } #include <experimental/filesystem> |