Rename testdata.fc to testdata.conf

No real changes, just use a more clear and longer (which will be
important for the next commit) name for a test file.

Remove the non-existing samples/console/testdata.gc from make_dist.mk
(there are other non-existing files still referenced there).
This commit is contained in:
Vadim Zeitlin 2021-12-10 16:23:26 +00:00
parent c39c119707
commit 1e683c1401
9 changed files with 6 additions and 8 deletions

View file

@ -124,7 +124,7 @@ void TextStreamTestCase::Endline()
void TextStreamTestCase::MiscTests()
{
wxString filename = wxT("testdata.fc");
wxString filename = wxT("testdata.conf");
wxFileInputStream fsIn(filename);
if ( !fsIn.IsOk() )
{