mirror of
https://github.com/nlohmann/json.git
synced 2026-02-17 14:22:14 +00:00
🚨 fixing two compiler warnings
This commit is contained in:
@@ -1113,7 +1113,7 @@ TEST_CASE("MessagePack")
|
||||
|
||||
SECTION("strict mode")
|
||||
{
|
||||
CHECK_THROWS_AS(json::from_msgpack(vec), json::parse_error);
|
||||
CHECK_THROWS_AS(json::from_msgpack(vec), json::parse_error&);
|
||||
CHECK_THROWS_WITH(json::from_msgpack(vec),
|
||||
"[json.exception.parse_error.110] parse error at 2: expected end of input");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user