Googletest export

Migrate away from deprecated --heap_check=strict

PiperOrigin-RevId: 367226846
This commit is contained in:
Abseil Team 2021-04-07 08:40:41 -07:00 committed by Dino Radaković
parent 601a68150d
commit d0303e40c5

View File

@ -150,7 +150,6 @@ cc_test(
name = "gtest_unittest",
size = "small",
srcs = ["gtest_unittest.cc"],
args = ["--heap_check=strict"],
shard_count = 2,
deps = ["//:gtest_main"],
)