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