gdb/testsuite: resolve duplicate test name in gnu_vector.exp
authorAndrew Burgess <aburgess@redhat.com>
Thu, 9 Jun 2022 12:34:57 +0000 (13:34 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 9 Jun 2022 12:34:57 +0000 (13:34 +0100)
commit417d2514ef183c2beacd932651c6684743130ab6
tree9820acd988ca3f66274112f73f4cf8b0e83f3108
parentd21691eaa7e851a7600ce1f616c5289b7c69055b
gdb/testsuite: resolve duplicate test name in gnu_vector.exp

While testing on AArch64 I spotted a duplicate test name in the
gdb.base/gnu_vector.exp test.

This commit adds a 'with_test_prefix' to resolve the duplicate.

While I was in the area I updated a 'gdb_test_multiple' call to make
use of $gdb_test_name.

There should be no change in what is tested after this commit.
gdb/testsuite/gdb.base/gnu_vector.exp