aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurent Le Brun <laurentlb@gmail.com>2020-04-03 16:54:55 +0200
committerGitHub <noreply@github.com>2020-04-03 16:54:55 +0200
commit9935e0f820692f5f38e3b00c64ccbbff30cebe11 (patch)
tree59a00d6829c5256744bf40f21f9d1552a4e000f5 /tests
parent2d0c6512910452f2c8660466ed0dcefb642adea3 (diff)
downloadbazel-skylib-9935e0f820692f5f38e3b00c64ccbbff30cebe11.tar.gz
Depend on bzl_library, not on individual bzl files (#244)
Diffstat (limited to 'tests')
-rw-r--r--tests/BUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/BUILD b/tests/BUILD
index 4e69eca..c2a4223 100644
--- a/tests/BUILD
+++ b/tests/BUILD
@@ -56,11 +56,11 @@ sh_test(
data = [
":unittest.bash",
":unittest_tests_bzl",
- "//lib:dicts.bzl",
- "//lib:new_sets.bzl",
- "//lib:sets.bzl",
- "//lib:types.bzl",
- "//lib:unittest.bzl",
+ "//lib:dicts",
+ "//lib:new_sets",
+ "//lib:sets",
+ "//lib:types",
+ "//lib:unittest",
"//toolchains/unittest:test_deps",
"@bazel_tools//tools/bash/runfiles",
],