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:
parent
7dd9b46d29
commit
bc9deadabb
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue