Skip to content

Commit 697fb93

Browse files
committed
Revert "Exclude doesn't seem to work for module headers"
This reverts commit ecbcece.
1 parent 8bdc85e commit 697fb93

File tree

3 files changed

+1119
-1
lines changed

3 files changed

+1119
-1
lines changed

Package.swift

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,24 @@ 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+
236254
// main functions
237255
"absl/hash/internal/print_hash_of.cc",
238256
"absl/random/internal/gaussian_distribution_gentables.cc",

0 commit comments

Comments
 (0)