mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-04 20:48:59 +00:00
UnPackTo disable merge by default (#7527)
* UnPackTo disable merge by default * avoid double free in test * remove merge parameter * remove shrink to fit
This commit is contained in:
@@ -1409,6 +1409,7 @@ int FlatBufferTests(const std::string &tests_data_path) {
|
||||
MutateFlatBuffersTest(flatbuf.data(), flatbuf.size());
|
||||
|
||||
ObjectFlatBuffersTest(flatbuf.data());
|
||||
UnPackTo(flatbuf.data());
|
||||
|
||||
MiniReflectFlatBuffersTest(flatbuf.data());
|
||||
MiniReflectFixedLengthArrayTest();
|
||||
|
||||
Reference in New Issue
Block a user