improved test coverage

This commit is contained in:
Niels 2016-05-07 18:33:43 +02:00
parent ea84a85b13
commit c04275966f
4 changed files with 11 additions and 3 deletions

View file

@ -9708,7 +9708,8 @@ basic_json_parser_63:
default:
{
throw std::domain_error("unexpected parent type " + parent.type_name());
// if there exists a parent it cannot be primitive
assert(false); // LCOV_EXCL_LINE
}
}
}