diff options
author | Michael Snyder <msnyder@vmware.com> | 2001-11-13 18:54:40 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2001-11-13 18:54:40 +0000 |
commit | 760f63305aa52e9c18f9d976b74690d25ba587e4 (patch) | |
tree | 097d9bd3d86d089bd77b80263728c2ca9896107f /gdb/testsuite/ChangeLog | |
parent | 3fe0dc10b4c2f1e83f693ded633a2e0d500c0c5e (diff) | |
download | gdb-760f63305aa52e9c18f9d976b74690d25ba587e4.zip gdb-760f63305aa52e9c18f9d976b74690d25ba587e4.tar.gz gdb-760f63305aa52e9c18f9d976b74690d25ba587e4.tar.bz2 |
2001-11-07 Michael Snyder <msnyder@redhat.com>
* gdb.c++/templates.exp (test_template_breakpoints):
If we get an overload menu, but it does not match what
we expect, we still need to issue the "cancel" command.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d73727c..4c90130 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -36,6 +36,9 @@ 2001-11-07 Michael Snyder <msnyder@redhat.com> + * gdb.c++/templates.exp (test_template_breakpoints): + If we get an overload menu, but it does not match what + we expect, we still need to issue the "cancel" command. * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*", making the whitespace optional. Argument for "new" may be "unsigned" as well as "unsigned int/long". |