"parse.vcproj" did not exist on "d41503da5a28a27481d19ab2816f5ee0a7b46ffa"
Commit 52be1ccf authored by Jesse Beder's avatar Jesse Beder
Browse files

Fixed mistake in test

parent 3405a6fe
...@@ -1819,7 +1819,7 @@ namespace Test { ...@@ -1819,7 +1819,7 @@ namespace Test {
try { try {
PARSE(doc, input); PARSE(doc, input);
} catch(const YAML::Exception& e) { } catch(const YAML::Exception& e) {
if(e.msg == YAML::ErrorMsg::END_OF_SEQ); if(e.msg == YAML::ErrorMsg::END_OF_SEQ_FLOW)
return true; return true;
throw; throw;
......
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