diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/examine-backward.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/examine-backward.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/examine-backward.exp b/gdb/testsuite/gdb.base/examine-backward.exp index e03cbfd..f39056e 100644 --- a/gdb/testsuite/gdb.base/examine-backward.exp +++ b/gdb/testsuite/gdb.base/examine-backward.exp @@ -36,7 +36,7 @@ proc get_first_mapped_address {} { set addr $expect_out(1,string) } -re "$gdb_prompt $" { - unsupported "Current target does not support 'info proc mappings'" + unsupported "current target does not support 'info proc mappings'" } } return ${addr} |