From b813c5b0695020e1d19ad72cd83d7b1e8ef82ee3 Mon Sep 17 00:00:00 2001 From: Simeon David Schaub Date: Sun, 29 Sep 2024 16:51:18 +0200 Subject: [PATCH] Update test/limits.jl Co-authored-by: Tim Holy --- test/limits.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/limits.jl b/test/limits.jl index f62d2689..b3429a40 100644 --- a/test/limits.jl +++ b/test/limits.jl @@ -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-"