Skip to content

Commit

Permalink
fix: wrap generation test labels with Label()
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobarco committed Feb 25, 2024
1 parent a7c3919 commit 0ef8a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/generationtest/generationtest.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def gazelle_generation_test(name, gazelle_binary, test_data, build_in_suffix = "
srcs = [Label("//internal/generationtest:generation_test.go")],
deps = [
Label("//testtools"),
"@io_bazel_rules_go//go/tools/bazel:go_default_library",
Label("@io_bazel_rules_go//go/tools/bazel:go_default_library"),
],
args = [
"-gazelle_binary_path=$(rootpath %s)" % gazelle_binary,
Expand Down

0 comments on commit 0ef8a6c

Please sign in to comment.