Skip to content

Commit 985a4cc

Browse files
Update test/nopre/jet.jl
1 parent a490d1d commit 985a4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nopre/jet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ end
127127
dual_cache = init(prob)
128128
ext = Base.get_extension(LinearSolve, :LinearSolveForwardDiffExt)
129129
JET.@test_opt ext.linearsolve_dual_solution(
130-
[1.0, 1.0, 1.0], [[1.0, 1.0, 1.0], [1.0, 1.0, 1.0]], cache)
130+
[1.0, 1.0, 1.0], [[1.0, 1.0, 1.0], [1.0, 1.0, 1.0]], dual_cache )
131131
end

0 commit comments

Comments
 (0)