Skip to content

Commit a987473

Browse files
authored
fix: Drop a trailing negation from a comment
1 parent 55cdc3e commit a987473

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/expect_build_failure/nested_bazel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ _nested_bazel_symlink_prefix=""
9292
# inner `bazel --batch` waits for the lock rather than failing), which keeps
9393
# the extracted external repos warm and avoids multiplying ~1GB of Scala jars
9494
# across a separate output base per test. `expect_build_failure.sh` splits its
95-
# tests across 3 such names (see its --lane), so this lock only pairs up two
96-
# tests that land in the same lane, not the whole test class.
95+
# tests across 3 such names (see its --lane), scoping this lock to the pair
96+
# of tests that happen to land in the same lane.
9797
_nested_bazel_home_hint() {
9898
if [[ -n "${RULES_SCALA_NESTED_BAZEL_USE_REAL_HOME:-}" ]]; then
9999
return

0 commit comments

Comments
 (0)