Skip to content

Commit 1765a67

Browse files
committed
Always run standalone tests
1 parent 1521dda commit 1765a67

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
@@ -1032,15 +1032,13 @@ create_tcmalloc_testsuite(
10321032
cc_import(
10331033
name = "standalone_import",
10341034
static_library = "//tcmalloc:tcmalloc_standalone",
1035-
tags = ["manual"], # TODO: Remove once cc_static_library is always enabled
10361035
alwayslink = True,
10371036
)
10381037

10391038
cc_test(
10401039
name = "standalone_test",
10411040
srcs = ["standalone_test.cc"],
10421041
tags = [
1043-
"manual", # TODO: Remove once cc_static_library is always enabled
10441042
"noasan",
10451043
"nomsan",
10461044
"notsan",

0 commit comments

Comments
 (0)