Skip to content

Commit

Permalink
Fix target_process test that I just regressed
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Jan 12, 2024
1 parent 27d09d8 commit 23071da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/restart_breakpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def check_breakpoint():
expect_rr('calling C')

expect_gdb('Breakpoint 1(.*)) C')
expect_gdb('Breakpoint 1(.*) C')

send_gdb('bt')
expect_gdb('#0[^C]+C[^#]+#1[^B]+B[^#]+#2[^A]+A[^#]+#3[^m]+main')
Expand Down

0 comments on commit 23071da

Please sign in to comment.