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 cc98857 commit 1efee7cCopy full SHA for 1efee7c
stdlib/nghttp2_jll/test/runtests.jl
@@ -11,5 +11,5 @@ end
11
12
@testset "nghttp2_jll" begin
13
info = unsafe_load(ccall((:nghttp2_version,libnghttp2), Ptr{nghttp2_info}, (Cint,), 0))
14
- @test VersionNumber(unsafe_string(info.version_str)) == v"1.47.0"
+ @test VersionNumber(unsafe_string(info.version_str)) == v"1.48.0"
15
end
0 commit comments