diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-recurse-unwind.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-recurse-unwind.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-recurse-unwind.exp b/gdb/testsuite/gdb.python/py-recurse-unwind.exp index 97c69f7..d611c90 100644 --- a/gdb/testsuite/gdb.python/py-recurse-unwind.exp +++ b/gdb/testsuite/gdb.python/py-recurse-unwind.exp @@ -41,7 +41,7 @@ gdb_test "source ${pyfile}" "Python script imported" \ # The following tests require execution. if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |