Searched refs:choppedResult (Results 1 – 1 of 1) sorted by relevance
221 std::wstring choppedResult(data.result, wcslen(data.result) - 1); in TEST() local222 EXPECT_STREQ(choppedResult.c_str(), str.c_str()); in TEST()