diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2017-03-16 14:02:31 +0000 |
---|---|---|
committer | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2017-03-16 14:02:31 +0000 |
commit | ec3b243d4308ee56c9e3c62470b10ed2a822eb51 (patch) | |
tree | e6b91b36b97b1ab5d41189edcbc208051497b25d /gdb/testsuite/ChangeLog | |
parent | 2c52e2e8c9e8f733cc0772d1400b0f4d3eb7379c (diff) | |
download | gdb-ec3b243d4308ee56c9e3c62470b10ed2a822eb51.zip gdb-ec3b243d4308ee56c9e3c62470b10ed2a822eb51.tar.gz gdb-ec3b243d4308ee56c9e3c62470b10ed2a822eb51.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0ed5a2e..713031c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com> + + * gdb.cp/m-static.exp: Fix expectation for prototype of + test5.single_constructor and single_constructor::single_constructor. + 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com> * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof): |