Skip to content

Commit d90eedb

Browse files
authored
Merge pull request #16 from JuliaGraphs/sbromberger/testcov
Sbromberger/testcov
2 parents ecbcbbf + de10312 commit d90eedb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

test/runtests.jl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,7 @@ const testdir = dirname(@__FILE__)
118118
end # staticdigraph
119119

120120
@testset "utils" begin
121-
A = [1:5;]
122-
B = StaticGraphs.view(A, 2:3)
123-
@test @inferred B == [2,3]
124-
B[1] = 5
125-
@test @inferred A == [1,5,3,4,5]
126-
A = ["a", "b", "c", "d"]
127-
@test @inferred StaticGraphs.view(A, 2:3) == ["b", "c"]
121+
@test StaticGraphs.mintype(BigInt(1e100)) == BigInt
128122
end # utils
129123

130124
@testset "persistence" begin

0 commit comments

Comments
 (0)