Skip to content

Commit

Permalink
more usages in f*/
Browse files Browse the repository at this point in the history
Summary:
In this diff we replace tags by labels to have a single unified terminology across fbcode_macro layer.
More context and examples in https://fb.workplace.com/groups/devx.build.bffs/permalink/6292799467421839/

Differential Revision: D67127823

fbshipit-source-id: 7e809e3bad5734ca3a23ae5349996dfdc4ddfb88
  • Loading branch information
annakukliansky authored and facebook-github-bot committed Dec 24, 2024
1 parent c8e5909 commit 7a747a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions folly/gen/test/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cpp_unittest(
name = "base_test",
srcs = ["BaseTest.cpp"],
headers = [],
tags = [
labels = [
"serialize_test_cases",
],
deps = [
Expand Down Expand Up @@ -106,7 +106,7 @@ cpp_unittest(
name = "parallel_test",
srcs = ["ParallelTest.cpp"],
headers = [],
tags = [
labels = [
"serialize",
],
deps = [
Expand Down

0 comments on commit 7a747a5

Please sign in to comment.