diff options
Diffstat (limited to 'gdb/testsuite/gdb.guile/scm-value.exp')
-rw-r--r-- | gdb/testsuite/gdb.guile/scm-value.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.guile/scm-value.exp b/gdb/testsuite/gdb.guile/scm-value.exp index bd5b149..5fd2bc4 100644 --- a/gdb/testsuite/gdb.guile/scm-value.exp +++ b/gdb/testsuite/gdb.guile/scm-value.exp @@ -310,7 +310,6 @@ proc test_subscript_regression {exefile lang} { clean_restart ${exefile} if ![gdb_guile_runto_main ] { - fail "can't run to main" return } @@ -440,7 +439,6 @@ test_value_hash # The following tests require execution. if ![gdb_guile_runto_main] { - fail "can't run to main" return } |