mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 12:21:23 +00:00
extend java tests
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user