Skip to content

Commit

Permalink
Move include("parser.jl") to 'standard' location
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 7, 2019
1 parent dc69585 commit 6c31888
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Coverage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ module Coverage
end
nothing
end
# function_body_lines is located in parser.jl
include("parser.jl")

"""
process_file(filename[, folder]) -> FileCoverage
Expand Down Expand Up @@ -294,4 +292,5 @@ module Coverage
include("codecovio.jl")
include("lcov.jl")
include("memalloc.jl")
include("parser.jl")
end

0 comments on commit 6c31888

Please sign in to comment.