Skip to content

Commit 273e8b8

Browse files
Update test/forwarddiff_dual_detection.jl
1 parent 7ee8e01 commit 273e8b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/forwarddiff_dual_detection.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ for p in p_possibilities17
9999
@test DiffEqBase.promote_u0([cis(u0)], p, t0) isa
100100
AbstractArray{<:Complex{<:ForwardDiff.Dual}}
101101

102-
# v1.6 does not infer `getproperty` mapping
103102
@inferred DiffEqBase.anyeltypedual(p)
104103
ci = InteractiveUtils.@code_typed DiffEqBase.anyeltypedual(p)
105104
@show filter(!=(Expr(:code_coverage_effect)), ci.first.code)

0 commit comments

Comments
 (0)