ENH: null terminate at the end of the list

This commit is contained in:
Bill Hoffman 2003-07-03 11:39:33 -04:00
parent edcaaabe99
commit 711febc82d

View File

@ -186,7 +186,9 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& args)
" },\n"; " },\n";
numTests++; numTests++;
} }
// end with an empty struct
fout << " {0,0}\n";
fout << fout <<
"};\n" "};\n"
"\n" "\n"