aboutsummaryrefslogtreecommitdiff
path: root/test/testdata/input_template_test/input.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/input_template_test/input.bzl')
-rw-r--r--test/testdata/input_template_test/input.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testdata/input_template_test/input.bzl b/test/testdata/input_template_test/input.bzl
index d47d025..4de3dd4 100644
--- a/test/testdata/input_template_test/input.bzl
+++ b/test/testdata/input_template_test/input.bzl
@@ -46,6 +46,6 @@ my_aspect = aspect(
doc = "This is my aspect. It does stuff.",
attr_aspects = ["deps", "attr_aspect"],
attrs = {
- "first": attr.label(mandatory = True, allow_single_file = True),
+ "first": attr.string(mandatory = True),
},
)