Commit 52be1ccf authored by Jesse Beder's avatar Jesse Beder
Browse files

Fixed mistake in test

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