From: Bernhard Heckel Date: Wed, 2 Mar 2016 15:38:53 +0000 (+0100) Subject: testsuite: Remove unnecessary code in fortran vla-history test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=065ab6dc804575bce7df58477b2cfcb2b2a6eafb;p=binutils-gdb.git testsuite: Remove unnecessary code in fortran vla-history test. testsuite: Remove unnecessary code in fortran vla-history test. 2016-03-02 Bernhard Heckel gdb/testsuite/Changelog: * gdb.fortran/vla-history.exp: Remove breakpoint. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 889706f4510..ec153e22d29 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-03-02 Bernhard Heckel + + * gdb.fortran/vla-history.exp: Remove breakpoint. + 2016-03-02 Bernhard Heckel * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout. diff --git a/gdb/testsuite/gdb.fortran/vla-history.exp b/gdb/testsuite/gdb.fortran/vla-history.exp index bb2f84b78f5..20129619547 100644 --- a/gdb/testsuite/gdb.fortran/vla-history.exp +++ b/gdb/testsuite/gdb.fortran/vla-history.exp @@ -30,9 +30,6 @@ gdb_breakpoint [gdb_get_line_number "vla1-init"] gdb_continue_to_breakpoint "vla1-init" gdb_test "print vla1" " = " "print non-allocated vla1" -gdb_breakpoint [gdb_get_line_number "vla2-allocated"] -gdb_continue_to_breakpoint "vla2-allocated" - gdb_breakpoint [gdb_get_line_number "vla1-filled"] gdb_continue_to_breakpoint "vla1-filled" with_timeout_factor 2 {