Skip to content

Commit f62e917

Browse files
authored
Update test/normed.jl
1 parent d804347 commit f62e917

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/normed.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ end
607607
NInt1 = Normed{UInt,1}
608608
@test length(NInt1(0):typemax(NInt1)-oneunit(NInt1)) == typemax(UInt)
609609
@test_throws OverflowError length(NInt1(0):typemax(NInt1))
610-
@test_throws OverflowError length(NInt1(0):typemax(NInt1))
611610
N64f64 = Normed{UInt128,64}
612611
@test_broken length(N64f64(0):typemax(N64f64)) == UInt128(typemax(UInt64)) + 1
613612
@test length(N1f63(2):N1f63(0)) == 0

0 commit comments

Comments
 (0)