mirror of
https://github.com/nlohmann/json.git
synced 2026-02-02 21:42:08 +00:00
🚨 fixed some warnings
This commit is contained in:
@@ -1262,7 +1262,7 @@ TEST_CASE("JSON patch")
|
||||
"test/data/json-patch-tests/tests.json"
|
||||
})
|
||||
{
|
||||
CAPTURE(filename);
|
||||
CAPTURE(filename)
|
||||
std::ifstream f(filename);
|
||||
json suite = json::parse(f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user