Mercurial > repos > public > sbplib_julia
diff test/runtests.jl @ 2041:07315bc72b31
Fix deprecated keyword argument for jet in runtests.jl
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Thu, 05 Feb 2026 22:20:55 +0100 |
| parents | 6a56a853271d |
| children |
line wrap: on
line diff
--- a/test/runtests.jl Wed Feb 04 10:11:26 2026 +0100 +++ b/test/runtests.jl Thu Feb 05 22:20:55 2026 +0100 @@ -65,7 +65,7 @@ log_and_time("code linting using JET.jl") do @testset "Code linting (JET.jl)" begin - JET.test_package(Diffinitive; target_defined_modules = true) + JET.test_package(Diffinitive; target_modules = (Diffinitive,)) end end end
