diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-02-11 11:29:48 +0000 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-02-11 11:32:09 +0000 |
commit | a1670b7263d1cda1e373c0340c9b31b1f132e826 (patch) | |
tree | c4bf2df0ea4799e6c71ff5eb5058504bfa30920e /gdb | |
parent | bf3386f0c13f52cf379440b4d06ed849a9f5706b (diff) | |
download | gdb-a1670b7263d1cda1e373c0340c9b31b1f132e826.zip gdb-a1670b7263d1cda1e373c0340c9b31b1f132e826.tar.gz gdb-a1670b7263d1cda1e373c0340c9b31b1f132e826.tar.bz2 |
gdb/testsuite: remove old comment
In commit:
commit e92c8eb86dcef673652644694c832c504cf9a9a9
Date: Tue Feb 9 15:46:13 2021 +0000
gdb/fortran: add parser support for lbound and ubound
When I created the test gdb/testsuite/gdb.fortran/lbound-ubound.exp, I
copied the script from a different file and failed to delete the test
description comment at the top (even though I added a new
description). Fixed in this commit.
gdb/testsuite/ChangeLog:
* gdb.fortran/lbound-ubound.exp: Remove old comment.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.fortran/lbound-ubound.exp | 5 |
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 } |