diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp b/gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp index 27e4bc0..f652fd8 100644 --- a/gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp +++ b/gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp @@ -78,11 +78,9 @@ proc disp_step_func { func } { set test_end_label "${func}_end" gdb_test "break ${test_start_label}" \ - "Breakpoint.*at.* file .*$srcfile, line.*" \ - "break ${test_start_label}" + "Breakpoint.*at.* file .*$srcfile, line.*" gdb_test "break ${test_end_label}" \ - "Breakpoint.*at.* file .*$srcfile, line.*" \ - "break ${test_end_label}" + "Breakpoint.*at.* file .*$srcfile, line.*" gdb_test "continue" \ "Continuing.*Breakpoint.*, ${test_start_label} ().*" \ |