Skip to content

Commit

Permalink
Fix LibGit2_jll test
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Aug 8, 2023
1 parent 72bbd20 commit b82ae8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/LibGit2_jll/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ using Test, Libdl, LibGit2_jll
minor = Ref{Cint}(0)
patch = Ref{Cint}(0)
@test ccall((:git_libgit2_version, libgit2), Cint, (Ref{Cint}, Ref{Cint}, Ref{Cint}), major, minor, patch) == 0
@test VersionNumber(major[], minor[], patch[]) == v"1.6.1"
@test VersionNumber(major[], minor[], patch[]) == v"1.6.4"
end

0 comments on commit b82ae8b

Please sign in to comment.