Skip to content

Commit bda1997

Browse files
committed
scope limit nowarn
1 parent 796e560 commit bda1997

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ module TestJLL end
9191
# Package with a augment_platform!
9292
@static if VERSION >= v"1.6.0-DEV"
9393
Pkg.develop(PackageSpec(path=joinpath(@__DIR__, "LAMMPS_jll")))
94-
Pkg.instantiate()
95-
@test_nowarn @eval TestJLL using LAMMPS_jll
94+
@test_nowarn(@eval TestJLL using LAMMPS_jll)
9695
@test @eval TestJLL LAMMPS_jll.is_available()
9796
@test @eval TestJLL LAMMPS_jll.abi == (Sys.iswindows() ? :MicrosoftMPI : :MPICH)
9897
@test isfile(@eval TestJLL LAMMPS_jll.liblammps_path)

0 commit comments

Comments
 (0)