ENH: null terminate at the end of the list
This commit is contained in:
parent
edcaaabe99
commit
711febc82d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue