mirror of
https://github.com/google/googletest.git
synced 2025-03-10 17:36:10 +00:00
Googletest export
Migrate away from deprecated --heap_check=strict PiperOrigin-RevId: 367226846
This commit is contained in:
parent
601a68150d
commit
d0303e40c5
@ -150,7 +150,6 @@ cc_test(
|
|||||||
name = "gtest_unittest",
|
name = "gtest_unittest",
|
||||||
size = "small",
|
size = "small",
|
||||||
srcs = ["gtest_unittest.cc"],
|
srcs = ["gtest_unittest.cc"],
|
||||||
args = ["--heap_check=strict"],
|
|
||||||
shard_count = 2,
|
shard_count = 2,
|
||||||
deps = ["//:gtest_main"],
|
deps = ["//:gtest_main"],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user