Skip to content

Commit 74e31c0

Browse files
KristofferCdavidavdav
authored andcommitted
add missing test dependency (#78)
1 parent 7e4dd31 commit 74e31c0

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Project.toml

+10-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ uuid = "86f7a689-2022-50b4-a561-43c23ac3c673"
33
authors = ["David A. van Leeuwen <[email protected]>"]
44
version = "0.9.3"
55

6-
[compat]
7-
julia = "1"
8-
96
[deps]
107
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
118
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -16,3 +13,13 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1613
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1714
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1815
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
16+
17+
[compat]
18+
julia = "1"
19+
20+
[extras]
21+
KahanSummation = "8e2b3108-d4c1-50be-a7a2-16352aec75c3"
22+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
23+
24+
[targets]
25+
test = ["KahanSummation", "Test"]

test/index.jl

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
## (c) 2016--2018 David A. van Leeuwen
22
## tests for ../src/index.jl
33

4-
import Base.indices
5-
64
print("getindex, ")
75
## getindex
86
## Test Integer indices up to 5 dimensions, as well as CartesianIndexes

0 commit comments

Comments
 (0)