Skip to content

Commit 121e2f7

Browse files
committed
remove bad test
1 parent 7843cb3 commit 121e2f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_linalg.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ end
7272
C = copy(V)
7373
BLAS.gemm!('N', 'N', 2.0, V, V, 3.0, C)
7474
@test C == W
75-
BLAS.gemm!('N', 'N', 2.0, V, V, 3.0, V)
76-
@test V == W
7775

7876
BLAS.gemm!('N', 'N', 2.0, ones(V), V, 0.0, C)
7977
@test 2.0*ones(V)*V == C

0 commit comments

Comments
 (0)