summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index f2d1fde..62e6a65 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -399,7 +399,7 @@ void cmMakefile::GenerateTestfile()
std::string fname;
fname = this->GetCurrentOutputDirectory();
fname += "/";
- fname += "Testfile";
+ fname += "CMakeTestfile.txt";
// Open the output Testfile
std::ofstream fout(fname.c_str());