testsuite deleted-member-function.C: Remove comment marker prefix.

testsuite/ChangeLog

	* g++.dg/debug/dwarf2/deleted-member-function.C: Remove comment marker
	prefix from scan-assembler-times.

From-SVN: r215997
This commit is contained in:
Mark Wielaard 2014-10-08 10:27:01 +00:00 committed by Mark Wielaard
parent 7dd9b46d29
commit bc9deadabb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-10-08 Mark Wielaard <mjw@redhat.com>
* g++.dg/debug/dwarf2/deleted-member-function.C: Remove comment marker
prefix from scan-assembler-times.
2014-10-07 Marek Polacek <polacek@redhat.com>
* lib/target-supports.exp (check_effective_target_fd_truncate):

View File

@ -1,6 +1,6 @@
// { dg-do compile }
// { dg-options "-O -std=c++11 -g -dA" }
// { dg-final { scan-assembler-times "# DW_AT_GNU_deleted" 2 } }
// { dg-final { scan-assembler-times " DW_AT_GNU_deleted" 2 } }
struct Foo
{