Skip to content

Commit b68c7b4

Browse files
committed
Fix positional-args warning
1 parent c002648 commit b68c7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ load(
1010
# This call creates a wrapper for the protoc executable which is needed on
1111
# Windows when protoc.exe is compiled with clang since the executable depends on
1212
# runtime DLLs from the mingw\bin folder.
13-
protoc_wrapper("protoc")
13+
protoc_wrapper(name = "protoc")
1414

1515
# This toolchain is morally testonly. However, that would break our
1616
# tests of haskell_library_rules: aspects of non-testonly

0 commit comments

Comments
 (0)