mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 14:00:04 +00:00
Enable verifier on nested_flatbuffers
This commit is contained in:
@@ -82,7 +82,6 @@ std::string do_test(const flatbuffers::IDLOptions &opts,
|
||||
TEST_EQ(true, MyGame::Example::VerifyMonsterBuffer(verifier));
|
||||
// FIXME: these are currently not being properly verified, so turn them off
|
||||
// for fuzzing until they are.
|
||||
parser.opts.json_nested_flatbuffers = false;
|
||||
parser.opts.json_nested_flexbuffers = false;
|
||||
TEST_ASSERT(
|
||||
GenerateText(parser, parser.builder_.GetBufferPointer(), &jsongen));
|
||||
|
||||
Reference in New Issue
Block a user