diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/compare-sections.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/compare-sections.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/compare-sections.exp b/gdb/testsuite/gdb.base/compare-sections.exp index 9fa42e0..09fde65 100644 --- a/gdb/testsuite/gdb.base/compare-sections.exp +++ b/gdb/testsuite/gdb.base/compare-sections.exp @@ -78,7 +78,7 @@ gdb_test_multiple $command $test { # Now get past startup code. if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |