This commit is contained in:
Ilya Lavrenov 2014-02-18 14:24:17 +04:00
parent b7659c62f3
commit e460a29cab

View File

@ -55,7 +55,7 @@ TEST(Parse, ParseEmptyString)
EXPECT_FALSE(ParseString(a, key, value));
}
TEST(Parse, ParseStringWithoutSeporator)
TEST(Parse, ParseStringWithoutSeparator)
{
string a = "qqqwww";
string key;