* gdb.base/store.exp (check_set): Fix typo in expected value message.
This commit is contained in:
parent
97b9747c0c
commit
146b914519
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-09-03 Doug Evans <dje@google.com>
|
||||
|
||||
* gdb.base/store.exp (check_set): Fix typo in expected value message.
|
||||
|
||||
2009-09-02 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
|
||||
|
|
|
@ -67,7 +67,7 @@ proc check_set { t l r new add } {
|
|||
gdb_test "set variable l = 4" "" \
|
||||
"${prefix}; setting l to 4"
|
||||
gdb_test "print l" " = ${new}" \
|
||||
"${prefix}; print new l, expecting ${l}"
|
||||
"${prefix}; print new l, expecting ${new}"
|
||||
gdb_test "next" "return l \\+ r;" \
|
||||
"${prefix}; next over add call"
|
||||
gdb_test "print l" " = ${add}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue