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 /libstdc++-v3/testsuite/experimental/filesystem/path | |
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
Diffstat (limited to 'libstdc++-v3/testsuite/experimental/filesystem/path')
-rw-r--r-- | libstdc++-v3/testsuite/experimental/filesystem/path/preferred_separator.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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> |