undid change because other changes make it no longer neccesary

This commit is contained in:
Ken Martin 2003-06-06 09:06:12 -04:00
parent 61a3e4fb80
commit 49c8ca5bca
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& args)
cmSystemTools::GetFilenameExtension(args[1]).c_str()+1,
false);
m_Makefile->AddSource(cfile);
sourceListValue = cfile.GetFullPath();
sourceListValue = args[1];
for(i = testsBegin; i != tests.end(); ++i)
{