aboutsummaryrefslogtreecommitdiff
path: root/tests/selects_tests.bzl
diff options
context:
space:
mode:
authorc-parsons <cparsons@google.com>2018-09-28 09:09:18 -0400
committerGitHub <noreply@github.com>2018-09-28 09:09:18 -0400
commit6e2d7e4a75b8ec0c307cf2ff2ca3d837633413ca (patch)
treee637ecb29b736e80c3b26ce296e1d503781ca448 /tests/selects_tests.bzl
parent1099dd2d0a80649700e3dff0cfc759cfe0f86c6e (diff)
downloadbazel-skylib-6e2d7e4a75b8ec0c307cf2ff2ca3d837633413ca.tar.gz
Rename a number of instances of 'skylark' to 'starlark' or 'bzl'
Most notably, this renames/moves a few important identifiers: //:skylark_library.bzl -> //:bzl_library.bzl skylark_library -> bzl_library SkylarkLibraryInfo -> StarlarkLibraryInfo
Diffstat (limited to 'tests/selects_tests.bzl')
-rw-r--r--tests/selects_tests.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/selects_tests.bzl b/tests/selects_tests.bzl
index f7b19f9..94987cb 100644
--- a/tests/selects_tests.bzl
+++ b/tests/selects_tests.bzl
@@ -21,7 +21,7 @@ def _with_or_test(ctx):
"""Unit tests for with_or."""
env = unittest.begin(ctx)
- # We actually test on with_or_dict because Skylark can't get the
+ # We actually test on with_or_dict because Starlark can't get the
# dictionary from a select().
# Test select()-compatible input syntax.