added serialization to fuzz testing
This commit is contained in:
parent
a3eecdc383
commit
7f4736b546
@ -22,6 +22,7 @@ int main()
|
||||
try
|
||||
{
|
||||
json j(std::cin);
|
||||
std::cout << j << std::endl;
|
||||
}
|
||||
catch (std::invalid_argument &e)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user