Skip to content

Commit de10312

Browse files
committed
test mintype, remove view tests
1 parent 3c5a741 commit de10312

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
@@ -108,13 +108,7 @@ const testdir = dirname(@__FILE__)
108108
end # staticdigraph
109109

110110
@testset "utils" begin
111-
A = [1:5;]
112-
B = StaticGraphs.view(A, 2:3)
113-
@test @inferred B == [2,3]
114-
B[1] = 5
115-
@test @inferred A == [1,5,3,4,5]
116-
A = ["a", "b", "c", "d"]
117-
@test @inferred StaticGraphs.view(A, 2:3) == ["b", "c"]
111+
@test StaticGraphs.mintype(BigInt(1e100)) == BigInt
118112
end # utils
119113

120114
@testset "persistence" begin

0 commit comments

Comments
 (0)