diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-breakpoint.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-breakpoint.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.python/py-breakpoint.exp b/gdb/testsuite/gdb.python/py-breakpoint.exp index 7503f5a..e7b2948 100644 --- a/gdb/testsuite/gdb.python/py-breakpoint.exp +++ b/gdb/testsuite/gdb.python/py-breakpoint.exp @@ -72,7 +72,7 @@ proc test_bkpt_basic { } { gdb_test "python print (blist\[1\].location)" \ "py-breakpoint\.c:${mult_line}*" \ - "Check breakpoint location @mult_line" + "check breakpoint location @mult_line" # Check hit and ignore counts. gdb_test "python print (blist\[1\].hit_count)" \ @@ -392,7 +392,7 @@ proc test_bkpt_eval_funcs { } { gdb_test "python eval_bp2.stop = stop_func" \ "RuntimeError: Only one stop condition allowed. There is currently a GDB.*" \ - "Assign stop function to a breakpoint that has a condition" + "assign stop function to a breakpoint that has a condition" delete_breakpoints gdb_breakpoint [gdb_get_line_number "Break at multiply."] |