gdb/testsuite: use test_gdb_complete_unique more in C++ tests
authorAndrew Burgess <aburgess@redhat.com>
Thu, 12 Jan 2023 13:21:27 +0000 (13:21 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Wed, 25 Jan 2023 10:01:27 +0000 (10:01 +0000)
commit7e5afb58f99052708c460cc3f7b9cc5773a1e45f
tree7920ee1293ff35505588c4d80f5031a45e8649cd
parent9433de2d57e0e1c45858ce4d698fc027c7e38a06
gdb/testsuite: use test_gdb_complete_unique more in C++ tests

Spotted in gdb.cp/cpcompletion.exp that we could replace some uses of
gdb_test with test_gdb_complete_unique, this will extend the
completion testing to check tab-completion as well as completion using
the 'complete' command in some additional cases.
gdb/testsuite/gdb.cp/cpcompletion.exp