From af98725af207998e667f7fcfc947ef78425cadb1 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Wed, 13 Jul 2022 16:41:47 +0200 Subject: [PATCH] fix unreliable `jldoctest` --- base/reflection.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/reflection.jl b/base/reflection.jl index cea15fc4464a9..805e1bfe1390d 100644 --- a/base/reflection.jl +++ b/base/reflection.jl @@ -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