Skip to content

Commit 26ce63b

Browse files
committed
test: fix type instability on 1.10 tests
1 parent 35e253c commit 26ce63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_supposition_consistency.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
function clean_args_gen_maker(default_turbo)
4646
args_gen = map(
4747
(ex, X, turbo, bumper) -> let
48-
result, ok = eval_tree_array(ex, X; turbo, bumper)
48+
result, ok = eval_tree_array(ex, X; turbo=Val(turbo), bumper=Val(bumper))
4949
(; ex, X, turbo, bumper, result, ok)
5050
end,
5151
expr_gen,

0 commit comments

Comments
 (0)