diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/arm-disp-step.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/arm-disp-step.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/arm-disp-step.exp b/gdb/testsuite/gdb.arch/arm-disp-step.exp index f6bef79..c038551 100644 --- a/gdb/testsuite/gdb.arch/arm-disp-step.exp +++ b/gdb/testsuite/gdb.arch/arm-disp-step.exp @@ -413,7 +413,7 @@ proc test_add_rn_pc {} { gdb_test_no_output "set displaced-stepping off" if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |