Skip to content

Commit 1bb0f70

Browse files
authored
Add tests
1 parent 940f6ca commit 1bb0f70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/prearith.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ end
5959
@test 6.0 == @eval tld($T(pi), 0.5)
6060
end
6161

62+
@testset "#176" begin
63+
@test round(Double16(pi), RoundToZero) == 3
64+
end

0 commit comments

Comments
 (0)