mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-02 04:03:57 +00:00
Fixes a bug where the create function doesnt optional + required items (#7228)
Format sh file
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
swift_dir=`pwd`
|
||||
cd ..
|
||||
test_dir=`pwd`
|
||||
alias fbc='${test_dir}/../Debug/flatc'
|
||||
alias fbc='${test_dir}/../flatc'
|
||||
shopt -s expand_aliases
|
||||
|
||||
cd ${swift_dir}/Tests/FlatBuffers.Test.SwiftTests
|
||||
|
||||
Reference in New Issue
Block a user