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 2aee8ba commit 958fe07Copy full SHA for 958fe07
1 file changed
test/FixedDecimal.jl
@@ -360,7 +360,6 @@ const UWFD2 = FixedDecimal{UInt128, 2}
360
@test @allocated(convert(WFD2, 1)) == 0
361
@test @allocated(convert(UWFD2, 1)) == 0
362
@test @allocated(convert(WFD2, -1)) == 0
363
- # @test @allocated(convert(UWFD2, -1)) == 32 # not sure how best to test this
364
@test @allocated(convert(WFD2, UInt(1))) == 0
365
@test @allocated(convert(UWFD2, UInt(1))) == 0
366
0 commit comments