diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/bs15503.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/bs15503.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.cp/bs15503.exp b/gdb/testsuite/gdb.cp/bs15503.exp index ef249516bd6..c6700fc0ff1 100644 --- a/gdb/testsuite/gdb.cp/bs15503.exp +++ b/gdb/testsuite/gdb.cp/bs15503.exp @@ -79,8 +79,8 @@ gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load $binfile -gdb_test "break 32" \ - "Breakpoint $decimal at $hex: file .*bs15503.cc, line 32." \ +gdb_test "break 53" \ + "Breakpoint $decimal at $hex: file .*bs15503.cc, line 53." \ "break point on line in function" gdb_test "run" \ |