Skip to content

Commit

Permalink
Merge pull request #744 from hzeller/remove-unnecessary-dependency
Browse files Browse the repository at this point in the history
fix dependencies in BUILD files.
  • Loading branch information
hzeller authored Apr 5, 2021
2 parents d46e152 + 9f8e0c4 commit 3210271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verilog/analysis/checkers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,6 @@ cc_test(
"//verilog/analysis:verilog_analyzer",
"//verilog/parser:verilog_token_enum",
"@com_google_googletest//:gtest_main",
"@com_google_absl//absl/strings",
],
)

Expand Down Expand Up @@ -1870,6 +1869,7 @@ cc_test(
"//verilog/analysis:verilog_analyzer",
"//verilog/parser:verilog_token_enum",
"@com_google_googletest//:gtest_main",
"@com_google_absl//absl/strings",
],
)

Expand Down

0 comments on commit 3210271

Please sign in to comment.