diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/python.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/python.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.python/python.exp b/gdb/testsuite/gdb.python/python.exp index 4072fa3d35b..2ff1f149a17 100644 --- a/gdb/testsuite/gdb.python/python.exp +++ b/gdb/testsuite/gdb.python/python.exp @@ -203,7 +203,7 @@ clean_restart ${testfile} # The following tests require execution. if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } @@ -324,7 +324,7 @@ gdb_test_multiple "set prompt blah " "set blah in GDB" { gdb_test_multiple "python gdb.prompt_hook = None" "Delete hook" { -re "\[\r\n\]$newprompt2 $" { - pass "Delete old hook" + pass "delete old hook" } } @@ -391,7 +391,7 @@ clean_restart ${testfile} # The following tests require execution. if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } @@ -447,7 +447,7 @@ clean_restart ${testfile} # The following tests require execution. if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |