Skip to content

Commit 2c4f69b

Browse files
committed
Always run standalone tests
1 parent f8d3a57 commit 2c4f69b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tcmalloc/testing/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,15 +1057,13 @@ cc_test(
10571057
cc_import(
10581058
name = "standalone_import",
10591059
static_library = "//tcmalloc:tcmalloc_standalone",
1060-
tags = ["manual"], # TODO: Remove once cc_static_library is always enabled
10611060
alwayslink = True,
10621061
)
10631062

10641063
cc_test(
10651064
name = "standalone_test",
10661065
srcs = ["standalone_test.cc"],
10671066
tags = [
1068-
"manual", # TODO: Remove once cc_static_library is always enabled
10691067
"noasan",
10701068
"nomsan",
10711069
"notsan",

0 commit comments

Comments
 (0)