mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 01:22:00 +00:00
Test case for CreateVectorOfStructs() using a callback.
Fixes issue #4392, also fixed C++98 compatible code generation in tests. Change-Id: Ia5833026e615ad19d24a0439bdba2e3b45c5f86c
This commit is contained in:
@@ -1085,6 +1085,7 @@ func CheckManualBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UO
|
||||
b.PrependByteSlot(7, 1, 0)
|
||||
b.PrependUOffsetTSlot(8, mon2, 0)
|
||||
b.PrependUOffsetTSlot(9, test4, 0)
|
||||
b.PrependUOffsetTSlot(9, test5, 0)
|
||||
mon := b.EndObject()
|
||||
|
||||
b.Finish(mon)
|
||||
|
||||
Reference in New Issue
Block a user