diff --git a/test/Core/basictests.jl b/test/Core/basictests.jl index 05798c165..4f94cf0f9 100644 --- a/test/Core/basictests.jl +++ b/test/Core/basictests.jl @@ -1,5 +1,6 @@ using LinearSolve, LinearAlgebra, SparseArrays, MultiFloats, ForwardDiff -using SciMLOperators: SciMLOperators, MatrixOperator, FunctionOperator, WOperator +using SciMLOperators: SciMLOperators, MatrixOperator, FunctionOperator, WOperator, + cache_operator using RecursiveFactorization, Sparspak, FastLapackInterface using IterativeSolvers, KrylovKit, MKL_jll using Test