Commit 8754adc0 authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #2371 from ilya-lavrenov:typo

parents af9368d3 e460a29c
...@@ -55,7 +55,7 @@ TEST(Parse, ParseEmptyString) ...@@ -55,7 +55,7 @@ TEST(Parse, ParseEmptyString)
EXPECT_FALSE(ParseString(a, key, value)); EXPECT_FALSE(ParseString(a, key, value));
} }
TEST(Parse, ParseStringWithoutSeporator) TEST(Parse, ParseStringWithoutSeparator)
{ {
string a = "qqqwww"; string a = "qqqwww";
string key; string key;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment