mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 18:27:46 +00:00
Fixed test cases (#7732)
* Fix Cannot find symbol and test case * Add generated tests Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
parent
96d438df47
commit
449d5649d6
49 changed files with 97 additions and 1 deletions
|
|
@ -9,7 +9,9 @@ import com.google.flatbuffers.Constants;
|
|||
import com.google.flatbuffers.DoubleVector;
|
||||
import com.google.flatbuffers.FlatBufferBuilder;
|
||||
import com.google.flatbuffers.FloatVector;
|
||||
import com.google.flatbuffers.IntVector;
|
||||
import com.google.flatbuffers.LongVector;
|
||||
import com.google.flatbuffers.ShortVector;
|
||||
import com.google.flatbuffers.StringVector;
|
||||
import com.google.flatbuffers.Struct;
|
||||
import com.google.flatbuffers.Table;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue