Skip to content

Commit 6cd89c8

Browse files
committed
type generic tests
1 parent ef25650 commit 6cd89c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/libraries/cublas/level1.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ k = 13
4242
end
4343

4444
@testset "rmul! strong zero" begin
45-
@test testf(rmul!, fill(NaN, 3), false)
46-
@test testf(rmul!, rand(3), false)
47-
@test testf(rmul!, rand(3), true)
45+
@test testf(rmul!, fill(T(NaN), 3), false)
46+
@test testf(rmul!, rand(T, 3), false)
47+
@test testf(rmul!, rand(T, 3), true)
4848
end
4949

5050
@testset "rotate!" begin

0 commit comments

Comments
 (0)