Searched refs:read_content (Results 1 – 1 of 1) sorted by relevance
2728 const std::wstring read_content = ReadTextFile(foobar); in TEST_F() local2729 EXPECT_EQ(L"hellohello", read_content); in TEST_F()