Skip to content

Commit 958fe07

Browse files
authored
remove unused test line for exception case
1 parent 2aee8ba commit 958fe07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/FixedDecimal.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ const UWFD2 = FixedDecimal{UInt128, 2}
360360
@test @allocated(convert(WFD2, 1)) == 0
361361
@test @allocated(convert(UWFD2, 1)) == 0
362362
@test @allocated(convert(WFD2, -1)) == 0
363-
# @test @allocated(convert(UWFD2, -1)) == 32 # not sure how best to test this
364363
@test @allocated(convert(WFD2, UInt(1))) == 0
365364
@test @allocated(convert(UWFD2, UInt(1))) == 0
366365

0 commit comments

Comments
 (0)