aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-05-05 11:03:56 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2016-05-05 11:03:56 +0100
commitf5c40ce2cf8812d28e4738143a491bd77c0a0ce0 (patch)
treed4dd9c471304efdefdc411fd6a63ed18b6be4e2b /libstdc++-v3
parentdb178de89fdd4305d3ebd28e4a248ad2a1ade005 (diff)
downloadgcc-f5c40ce2cf8812d28e4738143a491bd77c0a0ce0.zip
gcc-f5c40ce2cf8812d28e4738143a491bd77c0a0ce0.tar.gz
gcc-f5c40ce2cf8812d28e4738143a491bd77c0a0ce0.tar.bz2
Add dg-require-filesystem-ts directive to test
* testsuite/experimental/filesystem/path/native/string.cc: Add dg-require-filesystem-ts directive. From-SVN: r235919
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/experimental/filesystem/path/native/string.cc1
2 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 89e4d1b..6e2d7ce 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2016-05-05 Jonathan Wakely <jwakely@redhat.com>
+
+ * testsuite/experimental/filesystem/path/native/string.cc: Add
+ dg-require-filesystem-ts directive.
+
2016-05-04 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/70940
diff --git a/libstdc++-v3/testsuite/experimental/filesystem/path/native/string.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/native/string.cc
index 05ff57c..e56fda7 100644
--- a/libstdc++-v3/testsuite/experimental/filesystem/path/native/string.cc
+++ b/libstdc++-v3/testsuite/experimental/filesystem/path/native/string.cc
@@ -16,6 +16,7 @@
// <http://www.gnu.org/licenses/>.
// { dg-options "-std=gnu++11 -lstdc++fs" }
+// { dg-require-filesystem-ts "" }
#include <experimental/filesystem>
#include <string>