We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d804347 commit f62e917Copy full SHA for f62e917
test/normed.jl
@@ -607,7 +607,6 @@ end
607
NInt1 = Normed{UInt,1}
608
@test length(NInt1(0):typemax(NInt1)-oneunit(NInt1)) == typemax(UInt)
609
@test_throws OverflowError length(NInt1(0):typemax(NInt1))
610
- @test_throws OverflowError length(NInt1(0):typemax(NInt1))
611
N64f64 = Normed{UInt128,64}
612
@test_broken length(N64f64(0):typemax(N64f64)) == UInt128(typemax(UInt64)) + 1
613
@test length(N1f63(2):N1f63(0)) == 0
0 commit comments