extend java tests
This commit is contained in:
parent
e24afd838a
commit
f706a42951
|
@ -135,6 +135,8 @@ class JavaTest {
|
||||||
pos.mutateX(1.0f);
|
pos.mutateX(1.0f);
|
||||||
TestEq(pos.x(), 1.0f);
|
TestEq(pos.x(), 1.0f);
|
||||||
|
|
||||||
|
TestBuffer(fbb.dataBuffer().asReadOnlyBuffer());
|
||||||
|
|
||||||
System.out.println("FlatBuffers test: completed successfully");
|
System.out.println("FlatBuffers test: completed successfully");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue