Skip to content

Commit 1b3af21

Browse files
authored
Update runtests.jl
1 parent 7ce792f commit 1b3af21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ ex3 = :(function (_du::T, _u::Vector{E}, _p::P, _t::Any) where {T <: Vector, E,
2828
nothing
2929
end)
3030

31-
32-
f0 = @RuntimeGeneratedFunction(()->42)
31+
f0 = @RuntimeGeneratedFunction(:(()->42))
3332
f1 = @RuntimeGeneratedFunction(ex1)
3433
f2 = @RuntimeGeneratedFunction(ex2)
3534
f3 = @RuntimeGeneratedFunction(ex3)

0 commit comments

Comments
 (0)