Skip to content
Snippets Groups Projects
Commit f762d404 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Filter Protobuf nullable warnings

parent 4ffc9d85
No related branches found
No related tags found
No related merge requests found
......@@ -51,4 +51,5 @@ xcodebuild \
-scheme AllTests \
-destination name="iPhone 6" \
test \
| egrep "$XCODEBUILD_FILTER" -
| egrep "$XCODEBUILD_FILTER" \
| egrep -v "(GPBDictionary|GPBArray)" -
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment