summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-template.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.python/py-template.exp')
-rw-r--r--gdb/testsuite/gdb.python/py-template.exp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-template.exp b/gdb/testsuite/gdb.python/py-template.exp
index 25f3f52f4a3..c2fd510867f 100644
--- a/gdb/testsuite/gdb.python/py-template.exp
+++ b/gdb/testsuite/gdb.python/py-template.exp
@@ -44,7 +44,6 @@ proc test_template_arg {exefile type} {
}
gdb_load ${exefile}
if {![runto_main]} {
- perror "couldn't run to breakpoint"
return
}
# There is no executable code in main(), so we are where we want to be