diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c7fee804a5..173ee2b0ea 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2018-06-18 Tom de Vries + + * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations. + 2018-06-16 Andrew Burgess Richard Bunt diff --git a/gdb/testsuite/gdb.ada/bp_inlined_func.exp b/gdb/testsuite/gdb.ada/bp_inlined_func.exp index 0f615f5d9b..2013e6be82 100644 --- a/gdb/testsuite/gdb.ada/bp_inlined_func.exp +++ b/gdb/testsuite/gdb.ada/bp_inlined_func.exp @@ -29,10 +29,10 @@ if ![runto_main] then { } # Check that inserting breakpoint on read_small inlined function inserts -# 4 breakpoints. +# 4 breakpoints (or possibly 5, including the read_small function itself). gdb_test "break read_small" \ - "Breakpoint $decimal at $hex: read_small\\. \\(4 locations\\)" \ + "Breakpoint $decimal at $hex: read_small\\. \\(\[45\] locations\\)" \ "set breakpoint at read_small" # We do not verify each breakpoint info, but use continue commands instead