Add missing namespace
This commit is contained in:
parent
a8bd7f1ff6
commit
088709e99f
@ -191,7 +191,7 @@ void ctest::Finalize()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::string testxml = testingDir + "/Test.xml";
|
std::string testxml = testingDir + "/Test.xml";
|
||||||
ofstream ofs(testxml.c_str());
|
std::ofstream ofs(testxml.c_str());
|
||||||
if( !ofs )
|
if( !ofs )
|
||||||
{
|
{
|
||||||
std::cerr << "Cannot create testing XML file" << std::endl;
|
std::cerr << "Cannot create testing XML file" << std::endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user