Add dg-require-filesystem-ts directive to test

* testsuite/experimental/filesystem/path/native/string.cc: Add
	dg-require-filesystem-ts directive.

From-SVN: r236778
This commit is contained in:
Jonathan Wakely 2016-05-26 16:26:41 +01:00 committed by Jonathan Wakely
parent b3a4182990
commit c54d8841d5
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2016-05-26 Jonathan Wakely <jwakely@redhat.com>
* testsuite/experimental/filesystem/path/native/string.cc: Add
dg-require-filesystem-ts directive.
2016-05-25 Jonathan Wakely <jwakely@redhat.com>
Backport from mainline

View 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>