diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index edbfa40edf5..40ff2980e90 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-11-06 Doug Evans + + * gdb.python/py-arch.exp: Tweak test name for bad memory access test. + 2013-11-06 Yao Qi * lib/gdb.exp (gdb_produce_source): New procedure. diff --git a/gdb/testsuite/gdb.python/py-arch.exp b/gdb/testsuite/gdb.python/py-arch.exp index 174b151c1cd..979a2a142ed 100644 --- a/gdb/testsuite/gdb.python/py-arch.exp +++ b/gdb/testsuite/gdb.python/py-arch.exp @@ -59,4 +59,4 @@ gdb_test "python print (\"length\" in insn)" "True" "test key length" # Negative test gdb_test "python arch.disassemble(0, 0)" ".*gdb\.MemoryError.*" \ - "test exception" + "test bad memory access"