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

🔨 clean up

This commit is contained in:
Niels Lohmann
2018-01-28 14:13:02 +01:00
parent 6855bbb902
commit 102c474397
4 changed files with 10 additions and 8 deletions

View File

@ -1703,7 +1703,7 @@ TEST_CASE("CBOR roundtrips", "[hide]")
}
}
TEST_CASE("all first bytes", "[!throws]")
TEST_CASE("all CBOR first bytes", "[!throws]")
{
// these bytes will fail immediately with exception parse_error.112
std::set<uint8_t> unsupported =

View File

@ -2071,7 +2071,7 @@ TEST_CASE("Universal Binary JSON Specification Examples 2")
*/
TEST_CASE("all first bytes", "[!throws]")
TEST_CASE("all UBJSON first bytes", "[!throws]")
{
// these bytes will fail immediately with exception parse_error.112
std::set<uint8_t> supported =