diff options
author | Olivier Hainque <hainque@adacore.com> | 2020-12-18 18:09:21 +0000 |
---|---|---|
committer | Olivier Hainque <hainque@adacore.com> | 2021-01-08 16:23:23 +0000 |
commit | 98546324c799c5c2d00491ab64e8dee3c3b0120e (patch) | |
tree | 03bcf28c73a25512bcd1bd908cb258b04cd4520a | |
parent | bb1f0b50abbfa01e0ed720a5225a11aa7af32a89 (diff) | |
download | gcc-98546324c799c5c2d00491ab64e8dee3c3b0120e.zip gcc-98546324c799c5c2d00491ab64e8dee3c3b0120e.tar.gz gcc-98546324c799c5c2d00491ab64e8dee3c3b0120e.tar.bz2 |
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.
-rw-r--r-- | libstdc++-v3/testsuite/20_util/bind/ref_neg.cc | 3 |
1 files changed, 2 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 4645c97..9cb9ed9 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() { |