libstdc++: Only run Filesystem TS test if supported

libstdc++-v3/ChangeLog:

	* testsuite/experimental/filesystem/path/native/conv_c++23.cc:
	Add dg-require-filesystem-ts directive.
This commit is contained in:
Jonathan Wakely 2021-06-14 14:22:07 +01:00
parent 14f26c75d2
commit a40d2293a7

View file

@ -1,5 +1,6 @@
// { dg-options "-std=gnu++23" }
// { dg-do compile { target c++23 } }
// { dg-require-filesystem-ts "" }
#include <experimental/filesystem>