Skip to content

Commit

Permalink
Remove compile self-test
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jun 17, 2022
1 parent d4a7732 commit c3aad78
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/tzdata/compile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -712,12 +712,6 @@ function compile(tz_source::TZSource, dest_dir::AbstractString; kwargs...)
open(tz_path, "w") do fp
TZJFile.write(fp, tz; class)
end

# Temporary self test
open(tz_path, "r") do fp
read_tz, class = TZJFile.read(fp)(tz.name)
@assert read_tz == tz
end
end

return results
Expand Down

0 comments on commit c3aad78

Please sign in to comment.