[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2)
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / py-finish-breakpoint.exp
index 6ffa17a357700a9a95441a0ee86835e91ba7c943..fda32a2358911bb6c7e79532ad8a6544fbbc571e 100644 (file)
@@ -255,5 +255,5 @@ if ![runto "test_exec_exit"] then {
 }     
 
 gdb_test "python SimpleFinishBreakpoint(gdb.newest_frame())" "SimpleFinishBreakpoint init" "set FinishBP after the exec"
-gdb_test "catch exec" "Catchpoint.*\(exec\).*" "catch exec"
+gdb_test "catch exec" "Catchpoint.*\(exec\).*"
 gdb_test "continue" "SimpleFinishBreakpoint out of scope.*" "catch out of scope after exec"
This page took 0.024048 seconds and 4 git commands to generate.