Skip to content

Commit f931eba

Browse files
fredrikekrestaticfloat
authored andcommitted
Add Dates as a test dependency to SparseArrays. (#30519)
1 parent b5c29e7 commit f931eba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stdlib/SparseArrays/Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
66
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
77

88
[extras]
9-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
9+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
1010
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
11+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1112

1213
[targets]
13-
test = ["Test", "InteractiveUtils"]
14+
test = ["Dates", "Test", "InteractiveUtils"]

0 commit comments

Comments
 (0)