Skip to content

Commit 532324a

Browse files
committed
fix test
1 parent ab0c6e4 commit 532324a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/forwarddiff_overloads.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ backslash_x_p = A \ b
192192
A, b = h([ForwardDiff.Dual(5.0, 1.0, 0.0), ForwardDiff.Dual(5.0, 0.0, 1.0)])
193193

194194
prob = LinearProblem(A, b)
195-
@test init(prob, GenericLUFactorization()) isa LinearCache
195+
@test init(prob, GenericLUFactorization()) isa LinearSolve.LinearCache

0 commit comments

Comments
 (0)