]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Only run Filesystem TS test if supported
authorJonathan Wakely <jwakely@redhat.com>
Mon, 14 Jun 2021 13:22:07 +0000 (14:22 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 14 Jun 2021 14:10:56 +0000 (15:10 +0100)
libstdc++-v3/ChangeLog:

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

libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc

index f3c3f8849656a131e6ac380926bb1e9a24015e64..81f57549ac9a87b48595edd1704e62921c3883e1 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-options "-std=gnu++23" }
 // { dg-do compile { target c++23 } }
+// { dg-require-filesystem-ts "" }
 
 #include <experimental/filesystem>