diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-infthread.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-infthread.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-infthread.exp b/gdb/testsuite/gdb.python/py-infthread.exp index 11f8d21..9292d28 100644 --- a/gdb/testsuite/gdb.python/py-infthread.exp +++ b/gdb/testsuite/gdb.python/py-infthread.exp @@ -33,7 +33,7 @@ if { [skip_python_tests] } { continue } # The following tests require execution. if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |