Skip to content

Commit

Permalink
fixed typo in testset title
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias314 committed Aug 10, 2024
1 parent cd73151 commit c28f268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/packedvector.jl
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function red_mod(N, v::AbstractVector{T}) where T <: Integer
map(x -> (x << k) >> k, v)
end

@testset "PackedVector add/sub" begin
@testset "PackedVector add/mul" begin
for U in (UInt8, UInt16, UInt32, UInt64, UInt128),
T in (Int8, UInt8, Int16, UInt16, Int32, UInt32),
N in 1:bitsize(T)
Expand Down

0 comments on commit c28f268

Please sign in to comment.