mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
Fix typo in gdb.python/py-objfile.exp
My last commit d60a92216e
introduced a
regression caused by a typo. This fixes it. Checked in as obvious.
Thanks to Pedro for reporting.
gdb/testsuite/ChangeLog:
2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
* gdb.python/py-objfile.exp: Fix typo that snuck in from my last
commit.
This commit is contained in:
parent
18206ca3f9
commit
dac804dfa6
@ -1,3 +1,8 @@
|
||||
2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||
|
||||
* gdb.python/py-objfile.exp: Fix typo that snuck in from my last
|
||||
commit.
|
||||
|
||||
2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
|
||||
|
||||
* gdb.base/batch-preserve-term-settings.exp
|
||||
|
@ -106,7 +106,7 @@ if ![runto_main] {
|
||||
return 0
|
||||
}
|
||||
|
||||
gdb_py_test_silent_cmd "python objfile = gdb.s()\[0\]" \
|
||||
gdb_py_test_silent_cmd "python objfile = gdb.objfiles()\[0\]" \
|
||||
"Get no-debug objfile file" 1
|
||||
|
||||
gdb_test "python print (objfile.owner)" "None" \
|
||||
|
Loading…
Reference in New Issue
Block a user