]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add dg-require-filesystem-ts directive to test
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 May 2016 10:03:56 +0000 (10:03 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 May 2016 10:03:56 +0000 (10:03 +0000)
* testsuite/experimental/filesystem/path/native/string.cc: Add
dg-require-filesystem-ts directive.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235919 138bc75d-0d04-0410-961f-82ee72b054a4

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>