Skip to content

Commit 4f93df9

Browse files
author
Katharine Hyatt
committed
Remove bad axpy test
1 parent b799f4a commit 4f93df9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/rocarray/blas.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ end
5151
@test testf(norm, rand(T, m))
5252
@test testf(BLAS.asum, rand(T, m))
5353
@test testf(axpy!, Ref(rand()), rand(T, m), rand(T, m))
54-
@test testf(axpy!, Ref(rand()), rand(T, m), 1:m-1, rand(T, m), 1:m-1)
5554
@test testf(axpby!, Ref(rand()), rand(T, m), Ref(rand()), rand(T, m))
5655

5756
@test testf(rotate!, rand(T, m), rand(T, m), rand(real(T)), rand(real(T)))

0 commit comments

Comments
 (0)