We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f631f commit 258ba89Copy full SHA for 258ba89
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