Skip to content

Commit

Permalink
Add Dates as a test dependency to SparseArrays. (#30519)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored and staticfloat committed Jan 4, 2019
1 parent ea03283 commit 8e4af93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stdlib/SparseArrays/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

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

[targets]
test = ["Test", "InteractiveUtils"]
test = ["Dates", "Test", "InteractiveUtils"]

0 comments on commit 8e4af93

Please sign in to comment.