Skip to content

Commit de66ce0

Browse files
committed
Really windows
1 parent 71893a9 commit de66ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/gazelle/testdata/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ SKIPPED_ON_WINDOWS = [
6161

6262
[
6363
gazelle_generation_test(
64-
name = file[0:-len("/WORKSPACE")] + "_e", # Windows path limits means that we need to keep these names short. Regrettably, "_embedded" is too long of a suffix.
64+
name = file[0:-len("/WORKSPACE")] + "e", # Windows path limits means that we need to keep these names short. Regrettably, "_embedded" is too long of a suffix, and so is "_e"
6565
env = {
6666
"GAZELLE_JAVA_LOG_CALLER": "false",
6767
"GAZELLE_JAVA_LOG_FORMAT": "json",

0 commit comments

Comments
 (0)