diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/call_pn.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/call_pn.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/call_pn.exp b/gdb/testsuite/gdb.ada/call_pn.exp index c4f8124..758b64a 100644 --- a/gdb/testsuite/gdb.ada/call_pn.exp +++ b/gdb/testsuite/gdb.ada/call_pn.exp @@ -27,7 +27,6 @@ clean_restart ${testfile} set bp_location [gdb_get_line_number "STOP" ${testdir}/foo.adb] if {![runto "foo.adb:$bp_location"]} { - perror "Couldn't run ${testfile}" return } |