Skip to content

Commit

Permalink
Fix test to account for change in gdb behavior after Ubuntu 18
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Sep 9, 2023
1 parent 07ebc5e commit 2da8145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/breakpoint_print.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
send_gdb('end')

send_gdb('c')
expect_gdb('Breakpoint 1')
# Old gdbs print 579 before 'Breakpoint 1'
# expect_gdb('Breakpoint 1')
expect_gdb('579')

ok()

0 comments on commit 2da8145

Please sign in to comment.