mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
ENH: null terminate at the end of the list
This commit is contained in:
@@ -186,7 +186,9 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& args)
|
||||
" },\n";
|
||||
numTests++;
|
||||
}
|
||||
|
||||
// end with an empty struct
|
||||
fout << " {0,0}\n";
|
||||
|
||||
fout <<
|
||||
"};\n"
|
||||
"\n"
|
||||
|
||||
Reference in New Issue
Block a user