From 98546324c799c5c2d00491ab64e8dee3c3b0120e Mon Sep 17 00:00:00 2001 From: Olivier Hainque Date: Fri, 18 Dec 2020 18:09:21 +0000 Subject: [PATCH] Tweak dg-prune-output regex for out-of-build-tree contexts libstdc++-v3/ * testsuite/20_util/bind/ref_neg.cc: Tweak the dg-prune-output regex for out-of-build-tree contexts. --- libstdc++-v3/testsuite/20_util/bind/ref_neg.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc b/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc index 4645c9793a7..9cb9ed9c49e 100644 --- a/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc +++ b/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc @@ -49,7 +49,8 @@ void test02() } // Ignore the reasons for deduction/substitution failure in the headers. -// { dg-prune-output "/include/(functional|bits/invoke.h):" } +// Arrange for the match to work on installed trees as well as build trees. +// { dg-prune-output "/(functional|bits/invoke.h):" } int main() { -- 2.30.2