mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user