From 050bafb3327b0f54698216ec340a63287f0fac18 Mon Sep 17 00:00:00 2001 From: William Moses Date: Sun, 23 Jun 2024 12:54:46 -0400 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 4ede20ad2d..35cc5d9f3e 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -18,7 +18,7 @@ using Enzyme_jll Enzyme.API.printall!(true) function whocallsmorethan30args(R) - return @inbounds (@inbounds R[1:4:9] )[1] + return @inbounds (@inbounds R[diagind(R, 0)] )[1] end @testset "generic" begin