mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-16 22:03:28 +08:00
gdb/testsuite: remove old comment
In commit:
commit e92c8eb86d
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.
This commit is contained in:
parent
bf3386f0c1
commit
a1670b7263
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user