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:
parent
28f94bf91a
commit
7bd2a2f9e3
1 changed files with 1 additions and 1 deletions
|
@ -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} }
|
||||
|
|
Loading…
Add table
Reference in a new issue