forked from BigfootDev/flatbuffers
Fix inconsistent Python union creator function naming (#8981)
This commit is contained in:
@@ -422,6 +422,11 @@ flatc(
|
||||
schema="nested_union_test.fbs",
|
||||
)
|
||||
|
||||
flatc(
|
||||
["--python", "--gen-object-api"],
|
||||
schema="union_name_test.fbs",
|
||||
)
|
||||
|
||||
flatc(
|
||||
NO_INCL_OPTS + CPP_OPTS,
|
||||
schema="default_vectors_strings_test.fbs",
|
||||
|
||||
Reference in New Issue
Block a user