You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/gazelle/testdata/BUILD.bazel
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ SKIPPED_ON_WINDOWS = [
61
61
62
62
[
63
63
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"
0 commit comments