Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Aug 10, 2023
1 parent 7ce792f commit 1b3af21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ ex3 = :(function (_du::T, _u::Vector{E}, _p::P, _t::Any) where {T <: Vector, E,
nothing
end)


f0 = @RuntimeGeneratedFunction(()->42)
f0 = @RuntimeGeneratedFunction(:(()->42))
f1 = @RuntimeGeneratedFunction(ex1)
f2 = @RuntimeGeneratedFunction(ex2)
f3 = @RuntimeGeneratedFunction(ex3)
Expand Down

0 comments on commit 1b3af21

Please sign in to comment.