pass null captable in ListReader test
This commit is contained in:
parent
2094289256
commit
ee0d727ade
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class LayoutTest {
|
|||
|
||||
ReaderArena arena = new ReaderArena(new ByteBuffer[]{buffer}, 0x7fffffffffffffffL);
|
||||
|
||||
ListReader reader = WireHelpers.readListPointer(new BareListReader(), arena.tryGetSegment(0), 0, null, 0, (byte) 0, MAX_NESTING_LIMIT);
|
||||
ListReader reader = WireHelpers.readListPointer(new BareListReader(), arena.tryGetSegment(0), 0, null, null, 0, (byte) 0, MAX_NESTING_LIMIT);
|
||||
}
|
||||
|
||||
private class BareStructBuilder implements StructBuilder.Factory<StructBuilder> {
|
||||
|
|
Loading…
Reference in a new issue