From c28f2683e7639463bc6fdaf73391913600f7f048 Mon Sep 17 00:00:00 2001 From: matthias314 Date: Sat, 10 Aug 2024 10:47:48 -0400 Subject: [PATCH] fixed typo in testset title --- test/packedvector.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/packedvector.jl b/test/packedvector.jl index 7a9396a..b28ae0b 100644 --- a/test/packedvector.jl +++ b/test/packedvector.jl @@ -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)