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 ba17a42 commit 74b8901Copy full SHA for 74b8901
tests/builders/attr_builders_tests.bzl
@@ -28,7 +28,7 @@ def _expect_cfg_defaults(expect, cfg):
28
expect.where(expr = "cfg.which_cfg").that_str(cfg.which_cfg()).equals("target")
29
30
_some_aspect = aspect(implementation = lambda target, ctx: None)
31
-_SomeInfo = provider()
+_SomeInfo = provider("MyInfo", fields = [])
32
33
_tests = []
34
0 commit comments