fuzz-unit-file: also run manager_dump()

This should increase coverage a bit.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-02-25 15:45:13 +01:00
parent 4c4589227e
commit 4832ce7eec

View file

@ -79,6 +79,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
assert_se(g);
unit_dump(u, g, "");
manager_dump(m, g, ">>>");
return 0;
}