From 5b791bb530cc1023a5e05a5216836bf80d71a6cd Mon Sep 17 00:00:00 2001 From: Phil Muldoon Date: Thu, 29 Aug 2013 10:20:03 +0000 Subject: [PATCH] 2013-08-29 Phil Muldoon * gdb.python/py-arch.exp: Load gdb-python.exp. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.python/py-arch.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1fe01f4a4dc..2aefa563ea5 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-08-29 Phil Muldoon + + * gdb.python/py-arch.exp: Load gdb-python.exp. + 2013-08-29 Phil Muldoon * gdb.python/py-framefilter.py (FrameFilter.filter): Check diff --git a/gdb/testsuite/gdb.python/py-arch.exp b/gdb/testsuite/gdb.python/py-arch.exp index c0cada43a56..7413b44096a 100644 --- a/gdb/testsuite/gdb.python/py-arch.exp +++ b/gdb/testsuite/gdb.python/py-arch.exp @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - +load_lib gdb-python.exp standard_testfile if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } { -- 2.30.2