Skip to content

Commit

Permalink
Move precompile.jl to subdirectory
Browse files Browse the repository at this point in the history
mostly to fix coverage stats
  • Loading branch information
carlobaldassi committed Oct 6, 2015
1 parent 00454e3 commit 7a3b34d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArgParse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ end


if VERSION >= v"0.4.0-rc"
include("precompile.jl")
include("precompile/precompile.jl")
_precompile_()
end

Expand Down
File renamed without changes.

0 comments on commit 7a3b34d

Please sign in to comment.