diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-unwind-maint.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-unwind-maint.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-unwind-maint.exp b/gdb/testsuite/gdb.python/py-unwind-maint.exp index 1253057..cf78236 100644 --- a/gdb/testsuite/gdb.python/py-unwind-maint.exp +++ b/gdb/testsuite/gdb.python/py-unwind-maint.exp @@ -30,7 +30,7 @@ if { [skip_python_tests] } { continue } set pyfile [gdb_remote_download host ${srcdir}/${subdir}/${testfile}.py] if ![runto_main ] then { - fail "Can't run to main" + fail "can't run to main" return -1 } |