]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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)
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 [moved from gdb/testsuite/gdb.cp/pr9594.cc with 100% similarity]
gdb/testsuite/gdb.cp/cpcompletion.exp

index d69aac6f79f8a43512d827dde958a4a7c96a527b..8c5c90b935710c0556b7c42d25c875bae2e1d224 100644 (file)
@@ -53,7 +53,7 @@ proc test_class_complete {class expr name matches} {
 
 require allow_cplus_tests
 
-standard_testfile pr9594.cc
+standard_testfile .cc
 
 if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug c++}]} {
     return -1