aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.fortran/lbound-ubound.exp5
2 files changed, 4 insertions, 5 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f4c4ebf..89aaf8b 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
+ * gdb.fortran/lbound-ubound.exp: Remove old comment.
+
+2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
+
* gdb.base/maint-info-sections.exp: Update expected output, and
add additional tests. Again.
diff --git a/gdb/testsuite/gdb.fortran/lbound-ubound.exp b/gdb/testsuite/gdb.fortran/lbound-ubound.exp
index 597851e..7b2efde 100644
--- a/gdb/testsuite/gdb.fortran/lbound-ubound.exp
+++ b/gdb/testsuite/gdb.fortran/lbound-ubound.exp
@@ -13,11 +13,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/> .
-# Print a 2 dimensional assumed shape array. We pass different slices
-# of the array to a subroutine and print the array as recieved within
-# the subroutine. This should exercise GDB's ability to handle
-# different strides for the different dimensions.
-
# Testing GDB's implementation of LBOUND and UBOUND.
if {[skip_fortran_tests]} { return -1 }