Skip to content

Commit

Permalink
fix unreliable jldoctest (JuliaLang#46021)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored and Francesco Fucci committed Aug 11, 2022
1 parent 15412bf commit ee70019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/reflection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ internals.
One can put the argument types in a tuple to get the corresponding `code_ircode`.
```jldoctest
```julia
julia> Base.code_ircode(+, (Float64, Int64))
1-element Vector{Any}:
388 1 ─ %1 = Base.sitofp(Float64, _3)::Float64
Expand Down

0 comments on commit ee70019

Please sign in to comment.