We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca4076 commit 17f94b2Copy full SHA for 17f94b2
stdlib/Zlib_jll/test/runtests.jl
@@ -3,5 +3,5 @@
3
using Test, Zlib_jll
4
5
@testset "Zlib_jll" begin
6
- @test VersionNumber(unsafe_string(ccall((:zlibVersion, libz), Cstring, ()))) == v"1.2.12"
+ @test VersionNumber(unsafe_string(ccall((:zlibVersion, libz), Cstring, ()))) == v"1.2.13"
7
end
0 commit comments