aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <arostovtsev@google.com>2021-05-03 12:27:40 -0400
committerGitHub <noreply@github.com>2021-05-03 12:27:40 -0400
commit7b859037a673db6f606661323e74c5d4751595e6 (patch)
treed6e6729705001521ee89a6fbeafc07fc36fe2c12 /tests
parent398f3122891b9b711f5aab1adc7597d9fce09085 (diff)
downloadbazel-skylib-7b859037a673db6f606661323e74c5d4751595e6.tar.gz
to_json/to_proto methods on structs are deprecated and will be removed (#295)
Diffstat (limited to 'tests')
-rw-r--r--tests/copy_file/BUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/copy_file/BUILD b/tests/copy_file/BUILD
index 79ab7ba..cacb5b1 100644
--- a/tests/copy_file/BUILD
+++ b/tests/copy_file/BUILD
@@ -80,8 +80,8 @@ genrule(
output_to_bindir = 1,
tools = [
":bin_gen",
- ":bin_src",
":bin_gen_symlink",
+ ":bin_src",
":bin_src_symlink",
],
)
@@ -147,8 +147,8 @@ copy_file(
name = "copy_xsrc_symlink",
src = "a_with_exec_bit.txt",
out = "xout/a-out-symlink.sh",
- is_executable = True,
allow_symlink = True,
+ is_executable = True,
)
copy_file(
@@ -162,8 +162,8 @@ copy_file(
name = "copy_xgen_symlink",
src = ":gen",
out = "xout/gen-out-symlink.sh",
- is_executable = True,
allow_symlink = True,
+ is_executable = True,
)
genrule(