Skip to content

Commit 24832c3

Browse files
authored
exclude a test file with main function (#25)
1 parent 6264d38 commit 24832c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ let package = Package(
2020
path: ".",
2121
exclude: [
2222
// main functions
23+
"absl/base/c_header_test.c",
2324
"absl/hash/internal/print_hash_of.cc",
2425
"absl/random/internal/gaussian_distribution_gentables.cc",
2526
"absl/random/internal/randen_benchmarks.cc",

0 commit comments

Comments
 (0)