[0/2] Cleanup the gdb.cp/cpcompletion.exp test

Message ID cover.1673550414.git.aburgess@redhat.com
Headers
Series Cleanup the gdb.cp/cpcompletion.exp test |

Message

Andrew Burgess Jan. 12, 2023, 7:08 p.m. UTC
  Some minor cleanups / improvements for the gdb.cp/cpcompletion.exp
test script.

Thoughts?

Thanks,
Andrew

---

Andrew Burgess (2):
  gdb/testsuite: use test_gdb_complete_unique more in C++ tests
  gdb/testsuite: rename test source file to match test script

 gdb/testsuite/gdb.cp/{pr9594.cc => cpcompletion.cc} |  0
 gdb/testsuite/gdb.cp/cpcompletion.exp               | 10 +++++-----
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename gdb/testsuite/gdb.cp/{pr9594.cc => cpcompletion.cc} (100%)


base-commit: 1a26a53a0dee39106ba58fcb15496c5f13074652
  

Comments

Andrew Burgess Jan. 25, 2023, 10:13 a.m. UTC | #1
Andrew Burgess <aburgess@redhat.com> writes:

> Some minor cleanups / improvements for the gdb.cp/cpcompletion.exp
> test script.

I went ahead and pushed these changes.

Thanks,
Andrew