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

Commit ef10fff

Browse files
authored
Fix BUILD nit: tag_key_test depends on absl/hash. (#383)
1 parent 77ade06 commit ef10fff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

opencensus/tags/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ cc_test(
8787
copts = TEST_COPTS,
8888
deps = [
8989
":tags",
90+
"@com_google_absl//absl/hash",
9091
"@com_google_googletest//:gtest_main",
9192
],
9293
)

0 commit comments

Comments
 (0)