Merge pull request #4223 from jcanizales/filter-protobuf-warnings

Filter Protobuf nullable warnings
pull/4167/head
Michael Lumish 9 years ago
commit 3e5cbee777
  1. 3
      src/objective-c/tests/run_tests.sh

@ -51,4 +51,5 @@ xcodebuild \
-scheme AllTests \
-destination name="iPhone 6" \
test \
| egrep "$XCODEBUILD_FILTER" -
| egrep "$XCODEBUILD_FILTER" \
| egrep -v "(GPBDictionary|GPBArray)" -

Loading…
Cancel
Save