summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.fortran
diff options
context:
space:
mode:
authorBernhard Heckel <bernhard.heckel@intel.com>2016-03-02 16:38:53 +0100
committerBernhard Heckel <bernhard.heckel@intel.com>2016-03-02 16:48:06 +0100
commit065ab6dc804575bce7df58477b2cfcb2b2a6eafb (patch)
tree3b6b54b44c5885a9b7a9ba52b917f5e325cd6646 /gdb/testsuite/gdb.fortran
parent07e448ade17bc8fb52469a5b2184017f94669bd6 (diff)
testsuite: Remove unnecessary code in fortran vla-history test.
testsuite: Remove unnecessary code in fortran vla-history test. 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com> gdb/testsuite/Changelog: * gdb.fortran/vla-history.exp: Remove breakpoint.
Diffstat (limited to 'gdb/testsuite/gdb.fortran')
-rw-r--r--gdb/testsuite/gdb.fortran/vla-history.exp3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.fortran/vla-history.exp b/gdb/testsuite/gdb.fortran/vla-history.exp
index bb2f84b78f..2012961954 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" " = <not allocated>" "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 {