Skip to content

Commit 459a02d

Browse files
committed
explain
1 parent b64850a commit 459a02d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/signatures.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,10 @@ bodymethtest5(x, y=Dict(1=>2)) = 5
414414
oldenv = Pkg.project().path
415415
try
416416
# 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
417418
Pkg.activate(; temp=true, io=devnull)
418419

419-
@info "Adding CBinding to the environment for test purposes"
420+
@info "Adding CBinding 0.9.4 to the environment for test purposes"
420421
Pkg.add(; name="CBinding", version="0.9.4", io=devnull) # `@cstruct` isn't defined for v1.0 and above
421422

422423
m = Module()

0 commit comments

Comments
 (0)