aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/testsuite/gdb.gdb/python-helper.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.gdb/python-helper.exp b/gdb/testsuite/gdb.gdb/python-helper.exp
index 54c256e..7013a3a 100644
--- a/gdb/testsuite/gdb.gdb/python-helper.exp
+++ b/gdb/testsuite/gdb.gdb/python-helper.exp
@@ -92,7 +92,7 @@ proc test_python_helper {} {
# just created.
send_inferior "print 1\n"
gdb_test_multiple "" "hit breakpoint in inner gdb" {
- -re "hit Breakpoint $decimal, value_print.*\\(xgdb\\) $" {
+ -re "Breakpoint $decimal, value_print.*\\(xgdb\\) $" {
pass $gdb_test_name
}
}