gdb/testsuite: rename test source file to match test script
authorAndrew Burgess <aburgess@redhat.com>
Thu, 12 Jan 2023 13:24:40 +0000 (13:24 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Wed, 25 Jan 2023 10:01:49 +0000 (10:01 +0000)
commitdb8861ec34ad89f2c54ae8d51b353f0fedac3a3f
treef9142d449defdd864de55933a3ed676be5670d63
parent7e5afb58f99052708c460cc3f7b9cc5773a1e45f
gdb/testsuite: rename test source file to match test script

The previous commit touched the source file for the test script
gdb.cp/cpcompletion.exp.  This source file is called pr9594.cc.  The
source file is only used by the one test script.

This commit renames the source file to cpcompletion.cc to match the
test script, this is more inline with how we name source files these
days.
gdb/testsuite/gdb.cp/cpcompletion.cc [new file with mode: 0644]
gdb/testsuite/gdb.cp/cpcompletion.exp
gdb/testsuite/gdb.cp/pr9594.cc [deleted file]