Fixed default value of bool in struct for Swift (#7072)

This commit is contained in:
nicked
2022-02-02 21:39:19 +01:00
committed by GitHub
parent 619b784374
commit a2b238960f
5 changed files with 149 additions and 29 deletions

View File

@@ -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(