Update test to support 3.5

This commit is contained in:
Trevor Highland
2019-01-28 17:39:10 +00:00
parent dbd23721a9
commit ed6e39ded0

View File

@@ -53,8 +53,5 @@ def test_large_read_multiple_bytes(test_capnp):
for m in test_capnp.Msg.read_multiple_bytes(data):
pass
for m in test_capnp.Msg.read_multiple_bytes(buffer(data)):
pass
for m in test_capnp.Msg.read_multiple_bytes(memoryview(data)):
pass