Skip to content

Commit fffc3c2

Browse files
authored
Merge pull request #6 from firebase/rw-xcode13-fixes
Fix invalid excludes surfaced in Xcode 13 beta 1
2 parents ff5f5f0 + 3bd26da commit fffc3c2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Package.swift

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -233,24 +233,6 @@ let package = Package(
233233

234234
"absl/synchronization/internal/mutex_nonprod.cc",
235235

236-
"absl/container/internal/unordered_set_constructor_test.h",
237-
"absl/container/internal/unordered_set_members_test.h",
238-
"absl/container/internal/unordered_map_modifiers_test.h",
239-
"absl/container/internal/unordered_map_lookup_test.h",
240-
"absl/container/internal/unordered_set_modifiers_test.h",
241-
"absl/container/internal/unordered_map_members_test.h",
242-
"absl/container/internal/unordered_set_lookup_test.h",
243-
"absl/container/internal/unordered_map_constructor_test.h",
244-
"absl/container/btree_test.h",
245-
246-
"absl/types/internal/conformance_testing.h",
247-
"absl/hash/hash_testing.h",
248-
"absl/container/internal/hash_policy_testing.h",
249-
"absl/container/internal/hash_generator_testing.h",
250-
"absl/base/internal/exception_testing.h",
251-
"absl/base/internal/exception_safety_testing.h",
252-
"absl/base/internal/inline_variable_testing.h",
253-
254236
// main functions
255237
"absl/hash/internal/print_hash_of.cc",
256238
"absl/random/internal/gaussian_distribution_gentables.cc",

0 commit comments

Comments
 (0)