]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
Fix expect for gdb.cp/m-static.exp
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Thu, 16 Mar 2017 14:02:31 +0000 (14:02 +0000)
committerThomas Preud'homme <thomas.preudhomme@arm.com>
Thu, 16 Mar 2017 14:02:31 +0000 (14:02 +0000)
commitec3b243d4308ee56c9e3c62470b10ed2a822eb51
treee6b91b36b97b1ab5d41189edcbc208051497b25d
parent2c52e2e8c9e8f733cc0772d1400b0f4d3eb7379c
Fix expect for gdb.cp/m-static.exp

The expectation in gdb.cp/m-static.exp for the ptype of
single_constructor is to get in the result of destructor with the
following prototype: ~single_constructor(int).

Yet, m-static.cc declares the destructor as ~single_constructor(). This
commit fixes the expectation.

2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>

gdb/testsuite/
* gdb.cp/m-static.exp: Fix expectation for prototype of
test5.single_constructor and single_constructor::single_constructor.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/m-static.exp