Skip to content

Commit d998c7e

Browse files
authored
SparseArrays: add Printf to test deps. (#40520)
1 parent 7bbb75d commit d998c7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib/SparseArrays/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
88
[extras]
99
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
1010
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
11+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1112
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1213

1314
[targets]
14-
test = ["Dates", "Test", "InteractiveUtils"]
15+
test = ["Dates", "Test", "Printf", "InteractiveUtils"]

0 commit comments

Comments
 (0)