aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2021-06-14 14:22:07 +0100
committerJonathan Wakely <jwakely@redhat.com>2021-06-14 15:10:56 +0100
commita40d2293a7a417fc7711f8f4e52dbd4c48c2a43f (patch)
tree38efb13caa5d0f6454691d3ade27286824e409c9
parent14f26c75d255ef05b706a12d25b003da8a2f5b45 (diff)
downloadgcc-a40d2293a7a417fc7711f8f4e52dbd4c48c2a43f.zip
gcc-a40d2293a7a417fc7711f8f4e52dbd4c48c2a43f.tar.gz
gcc-a40d2293a7a417fc7711f8f4e52dbd4c48c2a43f.tar.bz2
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.
-rw-r--r--libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc
index f3c3f88..81f5754 100644
--- a/libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc
+++ b/libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc
@@ -1,5 +1,6 @@
// { dg-options "-std=gnu++23" }
// { dg-do compile { target c++23 } }
+// { dg-require-filesystem-ts "" }
#include <experimental/filesystem>