Skip to content

Commit fb84c69

Browse files
Update test/runtests.jl
Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com>
1 parent 0984353 commit fb84c69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ end
188188
# Issue #27 - Mixup in lifting of getfield
189189
let var"'" = bwd
190190
@test (x->x^5)''(1.0) == 20.
191-
# Higher order control flow not yet supported
191+
@test (x->(x*x)*(x*x)*x)''' == 60.
192+
# Higher order control flow not yet supported (https://github.com/JuliaDiff/Diffractor.jl/issues/24)
192193
@test_broken (x->x^5)'''(1.0) == 60.
193194
end
194195

0 commit comments

Comments
 (0)