aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar rsgowman <rgowman@google.com>2018-06-18 09:56:21 -0400
committerGravatar GitHub <noreply@github.com>2018-06-18 09:56:21 -0400
commit39e12ed16ce15d4c402fe079fc9f35869b669a6d (patch)
tree361fadc488af95755bf5229debec6fe2ee382fe9 /scripts
parentf92829fa7554031df1947c50d5f8fcd67365ea98 (diff)
parent9e5c36b022b999b36f9a97d7eb44359f7fb2ac59 (diff)
Merge pull request #1416 from firebase/wilhuff/protobuf_cpp
Fixups to rsgowman/protobuf_cpp
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_test_inclusion.py2
-rwxr-xr-xscripts/sync_project.rb3
2 files changed, 0 insertions, 5 deletions
diff --git a/scripts/check_test_inclusion.py b/scripts/check_test_inclusion.py
index 7f5f354..7f6e43c 100755
--- a/scripts/check_test_inclusion.py
+++ b/scripts/check_test_inclusion.py
@@ -26,8 +26,6 @@ import sys
# Tests that are known not to compile in Xcode and can't be added there.
EXCLUDED = frozenset([
- # b/79496027
- "Firestore/core/test/firebase/firestore/remote/serializer_test.cc",
])
diff --git a/scripts/sync_project.rb b/scripts/sync_project.rb
index f353f31..ba9f98b 100755
--- a/scripts/sync_project.rb
+++ b/scripts/sync_project.rb
@@ -50,9 +50,6 @@ def sync_firestore()
'CMakeLists.txt',
'InfoPlist.strings',
'*.plist',
-
- # b/79496027
- 'Firestore/core/test/firebase/firestore/remote/serializer_test.cc',
]
# Folder groups in the Xcode project that contain tests.