From: Sergio Durigan Junior Date: Wed, 29 Jul 2015 14:16:38 +0000 (-0400) Subject: Fix typo in gdb.python/py-objfile.exp X-Git-Tag: users/ARM/embedded-binutils-2_26-branch-2016q1~1162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dac804dfa6389b71f50b5e169ffa4e239958e774;p=external%2Fbinutils.git Fix typo in gdb.python/py-objfile.exp My last commit d60a92216e5d599fed6b37c58c744debe38a0b24 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 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last commit. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ee0af2a..1f9bf98 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-07-29 Sergio Durigan Junior + + * gdb.python/py-objfile.exp: Fix typo that snuck in from my last + commit. + 2015-07-29 Patrick Palka * gdb.base/batch-preserve-term-settings.exp diff --git a/gdb/testsuite/gdb.python/py-objfile.exp b/gdb/testsuite/gdb.python/py-objfile.exp index 7dd094c..6e6dfe7 100644 --- a/gdb/testsuite/gdb.python/py-objfile.exp +++ b/gdb/testsuite/gdb.python/py-objfile.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" \