blob: c64b805e9de1bcc9ad1efafc403aae174ba4ebb1 [file] [log] [blame]
luci.project(name = "proj")
luci.project(name = "another")
# Expect errors like:
#
# Traceback (most recent call last):
# //testdata/errors/project_redefinition.star:2: in <toplevel>
# ...
# Error: luci.project("...") is redeclared, previous declaration:
# Traceback (most recent call last):
# //testdata/errors/project_redefinition.star:1: in <toplevel>
# ...