mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
* gdb.base/store.exp (check_set): Fix typo in expected value message.
This commit is contained in:
parent
97b9747c0c
commit
146b914519
@ -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…
Reference in New Issue
Block a user