mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 17:00:03 +00:00
Reduced force_align in tests to 8, to work with --object-api.
More detail: https://github.com/google/flatbuffers/projects/6#card-17401359 See also the .md changes in this commit. Change-Id: Idfa68b2fd3bdb19979833737d3a3cf83ec1d6775
This commit is contained in:
@@ -90,7 +90,7 @@ def CheckReadBuffer(buf, offset, sizePrefix = False):
|
||||
if sizePrefix:
|
||||
size = util.GetSizePrefix(buf, offset)
|
||||
# taken from the size of monsterdata_python_wire.mon, minus 4
|
||||
asserter(size == 348)
|
||||
asserter(size == 340)
|
||||
buf, offset = util.RemoveSizePrefix(buf, offset)
|
||||
monster = MyGame.Example.Monster.Monster.GetRootAsMonster(buf, offset)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user