Commit 1436831c by Abseil Team Committed by Copybara-Service

Automated Code Change

PiperOrigin-RevId: 610398878
Change-Id: Iec7570af855b61ad49faba1d29fdf41674a9bd50
parent eef325b1
......@@ -295,6 +295,7 @@ cc_test(
cc_test(
name = "absl_check_test",
size = "small",
timeout = "moderate",
srcs = ["absl_check_test.cc"],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
......@@ -328,6 +329,7 @@ cc_test(
cc_test(
name = "check_test",
size = "small",
timeout = "moderate",
srcs = ["check_test.cc"],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment