Skip to content
Snippets Groups Projects
Commit 7bd2a2f9 authored by Jason Merrill's avatar Jason Merrill
Browse files

libstdc++: fix testcase regexp

The unescaped * broke the match.

libstdc++-v3/ChangeLog:

	* testsuite/20_util/default_delete/void_neg.cc: Fix regexp quoting.
parent 28f94bf9
No related branches found
No related tags found
No related merge requests found
......@@ -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} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment