Searched refs:tiny_expected (Results 1 – 1 of 1) sorted by relevance
48 WideString tiny_expected = L"100000000000000000000"; in TEST() local49 EXPECT_EQ(tiny_expected.GetLength(), tiny.GetLength()); in TEST()50 EXPECT_STREQ(tiny_expected.First(8).c_str(), tiny.First(8).c_str()); in TEST()