Skip to content

Commit

Permalink
Import of CCTZ from GitHub.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 572591515
Change-Id: I7d2bd1f737efeeecb8a063ae94a696315bb14532
  • Loading branch information
derekmauro authored and copybara-github committed Oct 11, 2023
1 parent 0ef3ef4 commit f01b220
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion absl/time/internal/cctz/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
# limitations under the License.

package(features = [
"-parse_headers",
"header_modules",
"layering_check",
"parse_headers",
])

licenses(["notice"])
Expand Down Expand Up @@ -86,6 +87,7 @@ cc_test(
deps = [
":civil_time",
"//absl/base:config",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest_main",
],
)
Expand All @@ -106,6 +108,7 @@ cc_test(
":civil_time",
":time_zone",
"//absl/base:config",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest_main",
],
)
Expand All @@ -127,6 +130,7 @@ cc_test(
":civil_time",
":time_zone",
"//absl/base:config",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest_main",
],
)
Expand Down

0 comments on commit f01b220

Please sign in to comment.