From f5c40ce2cf8812d28e4738143a491bd77c0a0ce0 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 5 May 2016 11:03:56 +0100 Subject: [PATCH] Add dg-require-filesystem-ts directive to test * testsuite/experimental/filesystem/path/native/string.cc: Add dg-require-filesystem-ts directive. From-SVN: r235919 --- libstdc++-v3/ChangeLog | 5 +++++ .../testsuite/experimental/filesystem/path/native/string.cc | 1 + 2 files changed, 6 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 89e4d1b2272..6e2d7ce1518 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2016-05-05 Jonathan Wakely + + * testsuite/experimental/filesystem/path/native/string.cc: Add + dg-require-filesystem-ts directive. + 2016-05-04 Jonathan Wakely 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 05ff57c59a6..e56fda7b95f 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 @@ // . // { dg-options "-std=gnu++11 -lstdc++fs" } +// { dg-require-filesystem-ts "" } #include #include -- 2.30.2