Skip to content

Commit

Permalink
fix unreliable jldoctest (#46021)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Jul 13, 2022
1 parent 201d4f6 commit 9815a8e
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 9815a8e

Please sign in to comment.