Skip to content

Commit f90704f

Browse files
Update test/runtests.jl
1 parent 9b36c92 commit f90704f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@ deserialized_f, deserialized_g = deserialize(buf)
186186
@test deserialized_g.body isa Nothing
187187

188188
# deepcopy
189-
f = @RuntimeGeneratedFunction(:(x -> [x, x+1]))
190-
@test deepcopy(f) == f
191-
@test deepcopy(f) === f
189+
ff = @RuntimeGeneratedFunction(:(x -> [x, x+1]))
190+
@test deepcopy(f) == ff
191+
@test deepcopy(f) === ff

0 commit comments

Comments
 (0)