Skip to content

Commit c23aa62

Browse files
add test dep
1 parent 77bf33d commit c23aa62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
5555
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
5656
DiffEqOperators = "9fdde737-9c7f-55bf-ade8-46b3f136cc48"
5757
DiffEqProblemLibrary = "a077e3f3-b75c-5d7f-a0c6-6bc4c8ec64a9"
58+
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
5859
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
5960
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
6061
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
6162
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
6263
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6364

6465
[targets]
65-
test = ["DiffEqCallbacks", "DiffEqDevTools", "DiffEqOperators", "DiffEqProblemLibrary", "Pkg", "SafeTestsets", "SparseArrays", "Statistics", "Test"]
66+
test = ["DiffEqCallbacks", "DiffEqDevTools", "DiffEqOperators", "DiffEqProblemLibrary", "LinearSolve", "Pkg", "SafeTestsets", "SparseArrays", "Statistics", "Test"]

0 commit comments

Comments
 (0)