Skip to content

Commit

Permalink
Update test/limits.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Holy <[email protected]>
  • Loading branch information
simeonschaub and timholy authored Sep 29, 2024
1 parent 0e96779 commit b813c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/limits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module EvalLimited end
end
modexs = collect(ExprSplitter(EvalLimited, ex))
@static if VERSION >= v"1.12-"
nstmts = 10*21 + 27 # 10 * 17 statements per iteration + α
nstmts = 10*21 + 27 # 10 * 21 statements per iteration + α
elseif VERSION >= v"1.11-"
nstmts = 10*17 + 20 # 10 * 17 statements per iteration + α
elseif VERSION >= v"1.10-"
Expand Down

0 comments on commit b813c5b

Please sign in to comment.