Skip to content

Commit acabc12

Browse files
committed
Update test/libraries/cusparse/generic.jl
1 parent 96f1af1 commit acabc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/libraries/cusparse/generic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using CUDA.CUSPARSE
22
using SparseArrays
33
using LinearAlgebra
44

5-
@testset "generic mv!" for T in [Float32, Float64]
5+
@testset "generic mv! -- $T" for T in [Float32, Float64]
66
m = 10
77
A = sprand(T, m, m, 0.1)
88
x = rand(Complex{T}, m)

0 commit comments

Comments
 (0)