Skip to content

Commit cd16f02

Browse files
committed
fixup
1 parent 5592571 commit cd16f02

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/toolchains/transitions/transitions_tests.bzl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ def _impl(ctx):
6161
got_version.minor,
6262
got_version.micro,
6363
)
64-
if got_version.releaselevel != "final":
65-
got = "{}{}{}".format(
66-
got,
67-
got_version.releaselevel[0],
68-
got_version.serial,
69-
)
7064
if got_version.releaselevel != "final":
7165
got = "{}{}{}".format(
7266
got,

0 commit comments

Comments
 (0)