Skip to content

Commit a6b52c4

Browse files
mhaurupenelopeysm
andauthored
Make version bound in code more explicit.
Co-authored-by: Penelope Yong <[email protected]>
1 parent 6babe4e commit a6b52c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bbcode.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function _control_flow_graph(blks::Vector{BBlock})::Core.Compiler.CFG
234234
succs = map(id -> sort(map(s -> id_to_num[s], succs_ids[id])), block_ids)
235235

236236
# Predecessor of entry block is `0`. This needs to be added in manually.
237-
@static if VERSION >= v"1.11"
237+
@static if VERSION >= v"1.11.6"
238238
push!(preds[1], 0)
239239
end
240240

0 commit comments

Comments
 (0)