Skip to content

Commit 2c2818d

Browse files
committed
Fix syntax error
1 parent c09bcb7 commit 2c2818d

File tree

1 file changed

+1
-1
lines changed
  • src/test/shell/bazel

1 file changed

+1
-1
lines changed

src/test/shell/bazel/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ sh_test(
196196
exec_compatible_with = ["//:highcpu_machine"],
197197
)
198198

199-
JAVA_VERSIONS = ("11")
199+
JAVA_VERSIONS = ("11",)
200200

201201
[
202202
sh_test(

0 commit comments

Comments
 (0)