diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/stack-checking.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/stack-checking.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/stack-checking.exp b/gdb/testsuite/gdb.base/stack-checking.exp index 0258cbe..aa68575 100644 --- a/gdb/testsuite/gdb.base/stack-checking.exp +++ b/gdb/testsuite/gdb.base/stack-checking.exp @@ -24,7 +24,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [con clean_restart ${binfile} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |