Skip to content

Commit c28f268

Browse files
committed
fixed typo in testset title
1 parent cd73151 commit c28f268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/packedvector.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function red_mod(N, v::AbstractVector{T}) where T <: Integer
231231
map(x -> (x << k) >> k, v)
232232
end
233233

234-
@testset "PackedVector add/sub" begin
234+
@testset "PackedVector add/mul" begin
235235
for U in (UInt8, UInt16, UInt32, UInt64, UInt128),
236236
T in (Int8, UInt8, Int16, UInt16, Int32, UInt32),
237237
N in 1:bitsize(T)

0 commit comments

Comments
 (0)