libstdc++: fix testcase regexp

The unescaped * broke the match.

libstdc++-v3/ChangeLog:

	* testsuite/20_util/default_delete/void_neg.cc: Fix regexp quoting.
This commit is contained in:
Jason Merrill 2024-08-27 13:16:47 -04:00
parent 28f94bf91a
commit 7bd2a2f9e3

View 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} }