diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-objfile.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-objfile.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.python/py-objfile.exp b/gdb/testsuite/gdb.python/py-objfile.exp index 62ca309..9f7ded9 100644 --- a/gdb/testsuite/gdb.python/py-objfile.exp +++ b/gdb/testsuite/gdb.python/py-objfile.exp @@ -28,7 +28,7 @@ if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } { if { [skip_python_tests] } { continue } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } @@ -104,7 +104,7 @@ if { [prepare_for_testing ${testfile}.exp ${testfile}2 ${srcfile} {nodebug ldfla } if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return 0 } |