Skip to content

Commit f1a1931

Browse files
ChrisRackauckasjClugstor
authored andcommitted
Update test/nopre/jet.jl
1 parent d55c5ea commit f1a1931

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)