typo.
This commit is contained in:
parent
b99a8f9a5b
commit
5a98ad698f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-10-15 Denis Pilat <denis.pilat@st.com>
|
||||
|
||||
* gdb.mi/mb-ctor.exp: Fix a typo.
|
||||
|
||||
2008-10-09 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
|
||||
|
|
|
@ -52,7 +52,7 @@ gdb_test "break 'Derived::Derived(int)'" \
|
|||
|
||||
gdb_test "break 'Derived::~Derived()'" \
|
||||
"Breakpoint.*at.* file .*$srcfile, line.*\\(2 locations\\).*" \
|
||||
"set-breakpoint at ctor"
|
||||
"set-breakpoint at dtor"
|
||||
|
||||
gdb_run_cmd
|
||||
gdb_expect {
|
||||
|
|
Loading…
Reference in a new issue