From d998c7e74c84bb6f78916e71bf4efab936347170 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Tue, 20 Apr 2021 11:37:13 +0200 Subject: [PATCH] SparseArrays: add Printf to test deps. (#40520) --- stdlib/SparseArrays/Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stdlib/SparseArrays/Project.toml b/stdlib/SparseArrays/Project.toml index 53d4a9f064ad3..bc8a968cfb4ff 100644 --- a/stdlib/SparseArrays/Project.toml +++ b/stdlib/SparseArrays/Project.toml @@ -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"]