Skip to content

Commit

Permalink
srgset
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Mar 5, 2025
1 parent 755f796 commit 9a579c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ end
@testset "$Ti" for Ti in (Int8, Int16, Int32, Int64, Int128, UInt8, UInt16, UInt32, UInt64, UInt128)
if !(BFloat16s.llvm_arithmetic && sizeof(Ti) == 16) # Can't use skip argument in @test on 1.6
@test trunc(Ti, bf_val) == Ti(5)
else
@test_skip trunc(Ti, bf_val) == Ti(5)
end
end

Expand Down

0 comments on commit 9a579c4

Please sign in to comment.