initialized json with empty array to test push_back & emplace_back methods
This commit is contained in:
parent
9388bb2627
commit
5c51ebb874
@ -79,8 +79,8 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
|
||||
// range-based iteration
|
||||
}
|
||||
|
||||
json j_vector2;
|
||||
json j_vector3;
|
||||
json j_vector2 = json::array();
|
||||
json j_vector3 = json::array();
|
||||
|
||||
for(int i = 0; i < (int)j_vector.size(); ++i)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user