]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Windows paths use \ and not /
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Fri, 30 Sep 2022 14:33:24 +0000 (16:33 +0200)
committerTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Fri, 30 Sep 2022 16:33:06 +0000 (18:33 +0200)
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>
libstdc++-v3/testsuite/20_util/bind/ref_neg.cc

index e779d2f20bdc0299720e9dd8c2ec12c9e248f322..1e9f3e7fece9baa27275779bd1e0a72fa065bd71 100644 (file)
@@ -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()
 {