Searched refs:TestfileContent (Results 1 – 1 of 1) sorted by relevance
44 const std::string TestfileContent = "fooFOOfoo"; in TEST() local46 …::Error Err = llvm::writeFileAtomically(TempUniqTestFileModel, FinalTestfilePath, TestfileContent); in TEST()52 ASSERT_EQ(FinalFileContent, TestfileContent); in TEST()