aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2022-09-30 19:10:29 +0100
committerJonathan Wakely <jwakely@redhat.com>2022-09-30 21:28:34 +0100
commit7069d03ba4ad6133225b89d433d9e86f0b0745b8 (patch)
tree0296d009792d35abfb481739267c6a02dea228a5 /libstdc++-v3
parent61786edf7a82ffb4979207b43a8204ebc2a7671d (diff)
downloadgcc-7069d03ba4ad6133225b89d433d9e86f0b0745b8.zip
gcc-7069d03ba4ad6133225b89d433d9e86f0b0745b8.tar.gz
gcc-7069d03ba4ad6133225b89d433d9e86f0b0745b8.tar.bz2
libstdc++: Fix broken dg-prune-output
The new pattern in the dg-prune-output directive doesn't work. Instead of a messy regex full of leaning toothpicks, just match on the diagnostic text instead of the header paths. libstdc++-v3/ChangeLog: * testsuite/20_util/bind/ref_neg.cc: Fix dg-prune-output directive.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/testsuite/20_util/bind/ref_neg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc b/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc
index 1e9f3e7..a789357 100644
--- a/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc
+++ b/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc
@@ -50,7 +50,7 @@ void test02()
// Ignore the reasons for deduction/substitution failure in the headers.
// Arrange for the match to work on installed trees as well as build trees.
-// { dg-prune-output "[/\\](functional|bits/invoke.h):" }
+// { dg-prune-output "no type named 'type' in 'struct std::result_of" }
int main()
{