commit | 7b6016e343741df37a7811efc239d5b1cda10575 | [log] [tgz] |
---|---|---|
author | Thomas Van Lenten <thomasvl@google.com> | Tue Apr 14 11:03:14 2020 -0400 |
committer | Thomas Van Lenten <thomasvl@google.com> | Fri Apr 24 16:36:15 2020 -0400 |
tree | 50be1174f3a9fcb2a674d8717ae1b36b3145bffd | |
parent | b0e2792842d5acb07bc11e2d5afbdc9d80a9fbdb [diff] [blame] |
[ObjC] Add tests for proto3 optional behaviors.
diff --git a/objectivec/DevTools/compile_testing_protos.sh b/objectivec/DevTools/compile_testing_protos.sh index dc1d6d2..d04c5c5 100755 --- a/objectivec/DevTools/compile_testing_protos.sh +++ b/objectivec/DevTools/compile_testing_protos.sh
@@ -158,6 +158,7 @@ --objc_out="${OUTPUT_DIR}/google/protobuf" \ --proto_path=src/google/protobuf/ \ --proto_path=src \ + --experimental_allow_proto3_optional \ "$@" }