Skip to content

Commit dd876a0

Browse files
authored
Merge pull request #147 from macd/master
Fix typo in test/utils.jl
2 parents 14ca321 + ee27e7b commit dd876a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function evaluate_limited!(@nospecialize(recurse), frame::Frame, nstmts::Int, is
9999
isa(ret, Aborted) && return ret, refnstmts[]
100100
frame.callee = nothing
101101
end
102-
recyle(newframe)
102+
JuliaInterpreter.recycle(newframe)
103103
# Because thunks may define new methods, return to toplevel
104104
frame.pc = pc + 1
105105
return nothing, refnstmts[]

0 commit comments

Comments
 (0)