mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
typo
This commit is contained in:
parent
b7659c62f3
commit
e460a29cab
@ -55,7 +55,7 @@ TEST(Parse, ParseEmptyString)
|
||||
EXPECT_FALSE(ParseString(a, key, value));
|
||||
}
|
||||
|
||||
TEST(Parse, ParseStringWithoutSeporator)
|
||||
TEST(Parse, ParseStringWithoutSeparator)
|
||||
{
|
||||
string a = "qqqwww";
|
||||
string key;
|
||||
|
Loading…
Reference in New Issue
Block a user