Skip to content

Commit

Permalink
SparseArrays: add Printf to test deps. (#40520)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Apr 20, 2021
1 parent 7bbb75d commit d998c7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stdlib/SparseArrays/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

0 comments on commit d998c7e

Please sign in to comment.