]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: fix testcase regexp
authorJason Merrill <jason@redhat.com>
Tue, 27 Aug 2024 17:16:47 +0000 (13:16 -0400)
committerJason Merrill <jason@redhat.com>
Wed, 28 Aug 2024 09:40:48 +0000 (05:40 -0400)
The unescaped * broke the match.

libstdc++-v3/ChangeLog:

* testsuite/20_util/default_delete/void_neg.cc: Fix regexp quoting.

libstdc++-v3/testsuite/20_util/default_delete/void_neg.cc

index 709cc915fd59a204348405aa29192f97a391f7a7..ceb03a9e89e3e658b525ceabaa0441750712dbe4 100644 (file)
@@ -29,4 +29,4 @@ void test01()
 }
 
 // { dg-prune-output "invalid application of 'sizeof' to a void type" }
-// { dg-prune-output "deleting 'void*' is undefined" }
+// { dg-prune-output {deleting 'void\*' is undefined} }