Skip to content

Commit

Permalink
Merge pull request #8 from ranjanan/RA/zlib
Browse files Browse the repository at this point in the history
Replace Zlib with Libz as test dependency
  • Loading branch information
andrewcooke committed Sep 17, 2016
2 parents 8859b7a + cccab3c commit 89e3e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/REQUIRE
@@ -1 +1 @@
Zlib
Libz
2 changes: 1 addition & 1 deletion test/runtests.jl
Expand Up @@ -2,7 +2,7 @@
using CRC
using Compat
using Base.Test
import Zlib: crc32
import Libz.crc32


function test_crc(spec)
Expand Down

0 comments on commit 89e3e91

Please sign in to comment.