Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Mar 5, 2025
1 parent baed8e9 commit 1ececde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end

@testset "trunc" begin
bf_val = BFloat16(5.5)
@testset "$Ti" for Ti in (Int8, Int16, Int32, Int64, Int128, UInt8, UInt16, UInt32, UInt64, UInt128)
@testset "$Ti" for Ti in (Int8, Int16, Int32, Int64, UInt8, UInt16, UInt32, UInt64)
@test trunc(Ti, bf_val) == Ti(5)
end

Expand Down

0 comments on commit 1ececde

Please sign in to comment.