aboutsummaryrefslogtreecommitdiff
path: root/tests/unittest_test.sh
diff options
context:
space:
mode:
authorLaurent Le Brun <laurentlb@gmail.com>2020-02-03 16:39:21 +0100
committerGitHub <noreply@github.com>2020-02-03 16:39:21 +0100
commite583e822a0bb99e04cd4a2b9a3baf5e1088a214d (patch)
treec04a11d6b3112822ca34ceffab0b9651503bfa41 /tests/unittest_test.sh
parent4b25373d12887f5add565197c4a163e9f1d9b716 (diff)
downloadbazel-skylib-e583e822a0bb99e04cd4a2b9a3baf5e1088a214d.tar.gz
Remove old_sets.bzl (#231)
It has been deprecated for a while, the code is not really compatible with Bazel depset-related changes.
Diffstat (limited to 'tests/unittest_test.sh')
-rwxr-xr-xtests/unittest_test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittest_test.sh b/tests/unittest_test.sh
index a74c1df..baed490 100755
--- a/tests/unittest_test.sh
+++ b/tests/unittest_test.sh
@@ -73,7 +73,6 @@ exports_files(["*.bzl"])
EOF
ln -sf "$(rlocation bazel_skylib/lib/dicts.bzl)" lib/dicts.bzl
ln -sf "$(rlocation bazel_skylib/lib/new_sets.bzl)" lib/new_sets.bzl
- ln -sf "$(rlocation bazel_skylib/lib/old_sets.bzl)" lib/old_sets.bzl
ln -sf "$(rlocation bazel_skylib/lib/sets.bzl)" lib/sets.bzl
ln -sf "$(rlocation bazel_skylib/lib/types.bzl)" lib/types.bzl
ln -sf "$(rlocation bazel_skylib/lib/unittest.bzl)" lib/unittest.bzl