mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-04 04:33:23 +00:00
Fixed default value of bool in struct for Swift (#7072)
This commit is contained in:
@@ -354,6 +354,11 @@ flatc(
|
||||
schema="more_defaults.fbs",
|
||||
prefix=swift_prefix,
|
||||
)
|
||||
flatc(
|
||||
SWIFT_OPTS + BASE_OPTS,
|
||||
schema="MutatingBool.fbs",
|
||||
prefix=swift_prefix,
|
||||
)
|
||||
|
||||
# --filename-suffix and --filename-ext tests
|
||||
flatc(
|
||||
|
||||
Reference in New Issue
Block a user