[PATCH V2 2/2] testsuite: Remove unnecessarry code in fortran vla-history test.

Bernhard Heckel bernhard.heckel@intel.com
Thu Feb 25 13:08:00 GMT 2016


testsuite: Remove unnecessarry code in fortran vla-history test.

2016-02-25  Bernhard Heckel  <bernhard.heckel@intel.com>

gdb/Changelog:

     * vla-history.exp: Remove breakpoint.

---
 gdb/testsuite/gdb.fortran/vla-history.exp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gdb/testsuite/gdb.fortran/vla-history.exp b/gdb/testsuite/gdb.fortran/vla-history.exp
index bb2f84b..2012961 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 {
-- 
2.7.1.339.g0233b80



More information about the Gdb-patches mailing list