From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1726) id C5F853858C83; Wed, 25 Jan 2023 10:13:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C5F853858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674641587; bh=mDuxB6IOnZaDy/2rA15iDCyr7XE0wQOR0wcxrT24b0Q=; h=From:To:Subject:Date:From; b=YYuYlraMf99T2uosVTHiTIEu82v+71BRWWuB/ehHK4A7KkDU4mz1KAv3/kB3lCKB/ hhwawwCekwnC1cjsIoRSrmG7dQg6bRWw5kpxVEgYDqKsbJR/ZFlTOOzDNppwcEj5Hl 3ByKplSo4+5P/KouMNAMxOVoHC8UaMjdpekkx3FI= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Andrew Burgess To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb/testsuite: rename test source file to match test script X-Act-Checkin: binutils-gdb X-Git-Author: Andrew Burgess X-Git-Refname: refs/heads/master X-Git-Oldrev: 7e5afb58f99052708c460cc3f7b9cc5773a1e45f X-Git-Newrev: db8861ec34ad89f2c54ae8d51b353f0fedac3a3f Message-Id: <20230125101307.C5F853858C83@sourceware.org> Date: Wed, 25 Jan 2023 10:13:07 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Ddb8861ec34ad= 89f2c54ae8d51b353f0fedac3a3f commit db8861ec34ad89f2c54ae8d51b353f0fedac3a3f Author: Andrew Burgess Date: Thu Jan 12 13:24:40 2023 +0000 gdb/testsuite: rename test source file to match test script =20 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. =20 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. Diff: --- gdb/testsuite/gdb.cp/{pr9594.cc =3D> cpcompletion.cc} | 0 gdb/testsuite/gdb.cp/cpcompletion.exp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/gdb.cp/pr9594.cc b/gdb/testsuite/gdb.cp/cpcomple= tion.cc similarity index 100% rename from gdb/testsuite/gdb.cp/pr9594.cc rename to gdb/testsuite/gdb.cp/cpcompletion.cc diff --git a/gdb/testsuite/gdb.cp/cpcompletion.exp b/gdb/testsuite/gdb.cp/c= pcompletion.exp index d69aac6f79f..8c5c90b9357 100644 --- a/gdb/testsuite/gdb.cp/cpcompletion.exp +++ b/gdb/testsuite/gdb.cp/cpcompletion.exp @@ -53,7 +53,7 @@ proc test_class_complete {class expr name matches} { =20 require allow_cplus_tests =20 -standard_testfile pr9594.cc +standard_testfile .cc =20 if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug c++= }]} { return -1