Searched refs:logFileStream (Results 1 – 1 of 1) sorted by relevance
268 std::ifstream logFileStream(logFilename); in DEATH_TEST() local269 …std::string logFileContent((std::istreambuf_iterator<char>(logFileStream)), std::istreambuf_iterat… in DEATH_TEST()