changeset 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 cb4408de6da1
children 5fb64e42138c b3268d0bd5bc
files test/runtests.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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