diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-arch.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-arch.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-arch.exp b/gdb/testsuite/gdb.python/py-arch.exp index 174b151..979a2a1 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" |