Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 8fa0207

Browse files
author
Dino Oliva
committed
Removes TagMap unit test from build file.
1 parent a17309d commit 8fa0207

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

BUILD

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,6 @@ java_test(
123123
],
124124
)
125125

126-
java_test(
127-
name = "TagMapTest",
128-
srcs = ["core/javatests/com/google/census/TagMapTest.java"],
129-
deps = [
130-
":census-core",
131-
":census-core_native",
132-
"@guava//jar",
133-
"@jsr305//jar",
134-
"@junit//jar",
135-
"@truth//jar",
136-
],
137-
)
138-
139126
java_test(
140127
name = "TagTest",
141128
srcs = ["core/javatests/com/google/census/TagTest.java"],

0 commit comments

Comments
 (0)