diff options
author | Torbjörn SVENSSON <torbjorn.svensson@foss.st.com> | 2022-09-30 16:33:24 +0200 |
---|---|---|
committer | Torbjörn SVENSSON <torbjorn.svensson@foss.st.com> | 2022-09-30 18:33:06 +0200 |
commit | fe8264bb9bb1d989c54e55c7a267c2922aa489d9 (patch) | |
tree | bb24913f7909082e7e56a43275bc05462b9ce4f2 | |
parent | 5fb71366da6ec5cd4dbc0262c6747804e319a7b7 (diff) | |
download | gcc-fe8264bb9bb1d989c54e55c7a267c2922aa489d9.zip gcc-fe8264bb9bb1d989c54e55c7a267c2922aa489d9.tar.gz gcc-fe8264bb9bb1d989c54e55c7a267c2922aa489d9.tar.bz2 |
testsuite: Windows paths use \ and not /
libstdc++-v3/ChangeLog:
* testsuite/20_util/bind/ref_neg.cc: Prune Windows paths too.
Co-Authored-By: Yvan ROUX <yvan.roux@foss.st.com>
Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
-rw-r--r-- | libstdc++-v3/testsuite/20_util/bind/ref_neg.cc | 2 |
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 e779d2f..1e9f3e7 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 "[/\\](functional|bits/invoke.h):" } int main() { |