Skip to content

Commit

Permalink
fix rogue end
Browse files Browse the repository at this point in the history
  • Loading branch information
markus7800 committed Feb 2, 2024
1 parent 8aec918 commit 65923d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/tf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ Libtask.is_primitive(::typeof(foo), args...) = false
@test typeof(r) === Float64
end
@testset "recurse into function" begin

end
function recurse(n::Int)
if n == 0
return 0
Expand Down

0 comments on commit 65923d8

Please sign in to comment.