From 6e2d7e4a75b8ec0c307cf2ff2ca3d837633413ca Mon Sep 17 00:00:00 2001 From: c-parsons Date: Fri, 28 Sep 2018 09:09:18 -0400 Subject: 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 --- tests/selects_tests.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/selects_tests.bzl') 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. -- cgit v1.2.3