mirror of git://gcc.gnu.org/git/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: r236778
This commit is contained in:
parent
b3a4182990
commit
c54d8841d5
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue