]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
[gdb/testsuite] Fix duplicate test name in gdb.mi/mi-sym-info.exp
authorTom de Vries <tdevries@suse.de>
Fri, 30 Apr 2021 09:25:47 +0000 (11:25 +0200)
committerTom de Vries <tdevries@suse.de>
Fri, 30 Apr 2021 09:25:47 +0000 (11:25 +0200)
commit7f7f284dfeebd16f7f8a08a565cf9837c3322308
treeb1ac81e74b62f5a98a46250db6033e3b4b482fd9
parent7a8238b0722bf53839a939fb30100ce3bb90def9
[gdb/testsuite] Fix duplicate test name in gdb.mi/mi-sym-info.exp

Since commit 2d61316c32a "[gdb/testsuite] Fix buffer full errors in
gdb.mi/mi-sym-info.exp", we have a duplicate test name:
...
Running src/gdb/testsuite/gdb.mi/mi-sym-info.exp ...
DUPLICATE: gdb.mi/mi-sym-info.exp: List all variables
...

This is caused by a copy-paste accident: the idea was to copy the test, edit
it, and then remove the old test, but I forgot to remove the old one.
Remove it now.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2021-04-30  Tom de Vries  <tdevries@suse.de>

* gdb.mi/mi-sym-info.exp: Remove duplicate test.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-sym-info.exp