This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH V2 2/2] testsuite: Remove unnecessarry code in fortran vla-history test.
- From: Bernhard Heckel <bernhard dot heckel at intel dot com>
- To: brobecker at adacore dot com
- Cc: gdb-patches at sourceware dot org, Bernhard Heckel <bernhard dot heckel at intel dot com>
- Date: Thu, 25 Feb 2016 14:08:05 +0100
- Subject: [PATCH V2 2/2] testsuite: Remove unnecessarry code in fortran vla-history test.
- Authentication-results: sourceware.org; auth=none
- References: <1456405685-4237-1-git-send-email-bernhard dot heckel at intel dot com>
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