From: Jonathan Wakely Date: Thu, 5 May 2016 10:03:56 +0000 (+0100) Subject: Add dg-require-filesystem-ts directive to test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f5c40ce2cf8812d28e4738143a491bd77c0a0ce0;p=gcc.git Add dg-require-filesystem-ts directive to test * testsuite/experimental/filesystem/path/native/string.cc: Add dg-require-filesystem-ts directive. From-SVN: r235919 --- 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