1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

🚨 fixed coverage

This commit is contained in:
Niels Lohmann
2018-10-25 18:21:50 +02:00
parent 19647e083c
commit 7ce720b700
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