We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c002648 commit b68c7b4Copy full SHA for b68c7b4
tests/BUILD.bazel
@@ -10,7 +10,7 @@ load(
10
# This call creates a wrapper for the protoc executable which is needed on
11
# Windows when protoc.exe is compiled with clang since the executable depends on
12
# runtime DLLs from the mingw\bin folder.
13
-protoc_wrapper("protoc")
+protoc_wrapper(name = "protoc")
14
15
# This toolchain is morally testonly. However, that would break our
16
# tests of haskell_library_rules: aspects of non-testonly
0 commit comments