forked from organicmaps/organicmaps
Fix subway_converter_tests build.
This commit is contained in:
parent
50de881e1f
commit
0864de1350
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ void WriteStringToFile(std::string const & fileName, std::string const & data)
|
|||
{
|
||||
std::ofstream file;
|
||||
file.open(fileName);
|
||||
CHECK(file.is_open(), "Could not open file", fileName);
|
||||
CHECK(file.is_open(), ("Could not open file", fileName));
|
||||
file << data;
|
||||
}
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Reference in a new issue