Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Jun 23, 2024
1 parent f6a2b80 commit 050bafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 050bafb

Please sign in to comment.