"...composable_kernel.git" did not exist on "6dd246a6f7edd8f37ae57179404423deaea6cbba"
Commit e8beb6c9 authored by jbeder's avatar jbeder
Browse files

Fixed mistake in test

parent 08ac4851
...@@ -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