🚨 fixed coverage

This commit is contained in:
Niels Lohmann 2018-10-25 18:21:50 +02:00
parent 19647e083c
commit 7ce720b700
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
2 changed files with 2 additions and 2 deletions

View file

@ -463,7 +463,7 @@ class serializer
continue;
}
}
break;
break; // LCOV_EXCL_LINE
}
default: // decode found yet incomplete multi-byte code point

View file

@ -11161,7 +11161,7 @@ class serializer
continue;
}
}
break;
break; // LCOV_EXCL_LINE
}
default: // decode found yet incomplete multi-byte code point