Skip to content

Commit b939445

Browse files
committed
unmark broken test that works
1 parent af5bc62 commit b939445

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/stage2_fwd.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ module stage2_fwd
2929
myminus2(a, b) = a - b
3030
self_minus2(a) = myminus2(a, a)
3131
let self_minus2′ = Diffractor.dontuse_nth_order_forward_stage2(Tuple{typeof(self_minus2), Float64})
32-
# This broke some time between 1.10 and 1.11-DEV.10001
33-
@test_broken isa(self_minus2′, Core.OpaqueClosure{Tuple{Float64}, Float64})
32+
@test isa(self_minus2′, Core.OpaqueClosure{Tuple{Float64}, Float64})
3433
@test self_minus2′(1.0) == 0.
3534
end
3635
ChainRulesCore.@scalar_rule myminus2(x, y) (true, true) # frule for `x - y`

0 commit comments

Comments
 (0)