commit | aa8be0515bbc8e22e7baa6f6e9baa4405be32cd9 | [log] [tgz] |
---|---|---|
author | Chris Parsons <cparsons@google.com> | Wed Oct 14 16:22:37 2020 -0400 |
committer | Chris Parsons <cparsons@google.com> | Wed Oct 14 16:22:37 2020 -0400 |
tree | 82dd00e1964283d5b964fb4da85e3875d4037159 | |
parent | 19bc60abee60f51114582d83f9f0213181b1bd75 [diff] [blame] |
Change bazel_module property to be of struct type instead of string Test: Manual verification, and update to genrule_test.go Change-Id: Ic507a35438be5261342a958f3a462a73739e2482
diff --git a/genrule/genrule_test.go b/genrule/genrule_test.go index c692019..fdbb9d9 100644 --- a/genrule/genrule_test.go +++ b/genrule/genrule_test.go
@@ -726,7 +726,7 @@ genrule { name: "foo", out: ["one.txt", "two.txt"], - bazel_module: "//foo/bar:bar", + bazel_module: { label: "//foo/bar:bar" }, } `