Skip to content

Commit eaf3208

Browse files
committed
Update deprecated parse to Meta.parse
1 parent c1407f9 commit eaf3208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ end
794794
@testset "string" begin
795795
for x in keyvalues[FD2]
796796
if 0 abs(x) < 1000
797-
@test eval(parse(string(x))) == x
797+
@test eval(Meta.parse(string(x))) == x
798798
end
799799
end
800800
end

0 commit comments

Comments
 (0)