Skip to content

Commit ecbcece

Browse files
committed
Exclude doesn't seem to work for module headers
1 parent 320052b commit ecbcece

File tree

3 files changed

+1
-1119
lines changed

3 files changed

+1
-1119
lines changed

Package.swift

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

230230
"absl/synchronization/internal/mutex_nonprod.cc",
231231

232-
"absl/container/internal/unordered_set_constructor_test.h",
233-
"absl/container/internal/unordered_set_members_test.h",
234-
"absl/container/internal/unordered_map_modifiers_test.h",
235-
"absl/container/internal/unordered_map_lookup_test.h",
236-
"absl/container/internal/unordered_set_modifiers_test.h",
237-
"absl/container/internal/unordered_map_members_test.h",
238-
"absl/container/internal/unordered_set_lookup_test.h",
239-
"absl/container/internal/unordered_map_constructor_test.h",
240-
"absl/container/btree_test.h",
241-
242-
"absl/types/internal/conformance_testing.h",
243-
"absl/hash/hash_testing.h",
244-
"absl/container/internal/hash_policy_testing.h",
245-
"absl/container/internal/hash_generator_testing.h",
246-
"absl/base/internal/exception_testing.h",
247-
"absl/base/internal/exception_safety_testing.h",
248-
"absl/base/internal/inline_variable_testing.h",
249-
250232
// main functions
251233
"absl/hash/internal/print_hash_of.cc",
252234
"absl/random/internal/gaussian_distribution_gentables.cc",

0 commit comments

Comments
 (0)