We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64850a commit 459a02dCopy full SHA for 459a02d
test/signatures.jl
@@ -414,9 +414,10 @@ bodymethtest5(x, y=Dict(1=>2)) = 5
414
oldenv = Pkg.project().path
415
try
416
# we test with the old version of CBinding, let's do it in an isolated environment
417
+ # so we don't cause package conflicts with everything else
418
Pkg.activate(; temp=true, io=devnull)
419
- @info "Adding CBinding to the environment for test purposes"
420
+ @info "Adding CBinding 0.9.4 to the environment for test purposes"
421
Pkg.add(; name="CBinding", version="0.9.4", io=devnull) # `@cstruct` isn't defined for v1.0 and above
422
423
m = Module()
0 commit comments