diff options
Diffstat (limited to 'gdb/testsuite/gdb.fortran/array-repeat.exp')
-rw-r--r-- | gdb/testsuite/gdb.fortran/array-repeat.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.fortran/array-repeat.exp b/gdb/testsuite/gdb.fortran/array-repeat.exp index bf16735..045bac1 100644 --- a/gdb/testsuite/gdb.fortran/array-repeat.exp +++ b/gdb/testsuite/gdb.fortran/array-repeat.exp @@ -66,7 +66,7 @@ proc array_repeat { variant } { if {![fortran_runto_main]} { perror "Could not run to main." - continue + return } gdb_breakpoint [gdb_get_line_number "Break here"] |