Skip to content

Commit

Permalink
Merge pull request #36 from jbn/master
Browse files Browse the repository at this point in the history
clear deprecation warnings for 0.4.0-RC1
  • Loading branch information
yuyichao committed Sep 17, 2015
2 parents e803f01 + 4993f72 commit a93cda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_empty = joinpath(tmp, "empty.jl.gz")

test_gunzip = true
try
run(@compat pipe(`which $gunzip`, DevNull))
run(@compat pipeline(`which $gunzip`, DevNull))
catch
test_gunzip = false
end
Expand Down

0 comments on commit a93cda7

Please sign in to comment.