Tweak dg-prune-output regex for out-of-build-tree contexts
authorOlivier Hainque <hainque@adacore.com>
Fri, 18 Dec 2020 18:09:21 +0000 (18:09 +0000)
committerOlivier Hainque <hainque@adacore.com>
Fri, 8 Jan 2021 16:23:23 +0000 (16:23 +0000)
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

index 4645c9793a71e5383b2b264e74a5ea936fccaade..9cb9ed9c49ed286969e4ca2141f908f953970916 100644 (file)
@@ -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()
 {