Add dg-require-filesystem-ts directive to test
authorJonathan Wakely <jwakely@redhat.com>
Thu, 5 May 2016 10:03:56 +0000 (11:03 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 5 May 2016 10:03:56 +0000 (11:03 +0100)
* testsuite/experimental/filesystem/path/native/string.cc: Add
dg-require-filesystem-ts directive.

From-SVN: r235919

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/experimental/filesystem/path/native/string.cc

index 89e4d1b2272c37e525455ae34c3c5441cf21f08c..6e2d7ce15184e2ccc86fb4ed0de7d10c3239e479 100644 (file)
@@ -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
index 05ff57c59a6d9188b9d3df19a07eb6739c307cd3..e56fda7b95fb228d851f0b9cdacb1103f9f7f37d 100644 (file)
@@ -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>