We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d3a57 commit 2c4f69bCopy full SHA for 2c4f69b
1 file changed
tcmalloc/testing/BUILD
@@ -1057,15 +1057,13 @@ cc_test(
1057
cc_import(
1058
name = "standalone_import",
1059
static_library = "//tcmalloc:tcmalloc_standalone",
1060
- tags = ["manual"], # TODO: Remove once cc_static_library is always enabled
1061
alwayslink = True,
1062
)
1063
1064
cc_test(
1065
name = "standalone_test",
1066
srcs = ["standalone_test.cc"],
1067
tags = [
1068
- "manual", # TODO: Remove once cc_static_library is always enabled
1069
"noasan",
1070
"nomsan",
1071
"notsan",
0 commit comments