aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/inherit.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.cp/inherit.exp')
-rw-r--r--gdb/testsuite/gdb.cp/inherit.exp3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.cp/inherit.exp b/gdb/testsuite/gdb.cp/inherit.exp
index c3cfefc..e1099fe 100644
--- a/gdb/testsuite/gdb.cp/inherit.exp
+++ b/gdb/testsuite/gdb.cp/inherit.exp
@@ -678,7 +678,6 @@ proc do_tests { } {
gdb_test_no_output "set width 0"
if {![runto_main]} {
- perror "couldn't run to main"
return
}
@@ -689,7 +688,6 @@ proc do_tests { } {
test_ptype_mvi
if {![runto 'inheritance2']} {
- perror "couldn't run to inheritance2"
return
}
@@ -708,7 +706,6 @@ proc do_tests { } {
test_print_anon_union
if { ![runto 'inheritance4'] } {
- perror "couldn't run to inheritance4"
return
}