Skip to content

Commit a3ed178

Browse files
araujomsjishnub
andauthored
Update test/matmul.jl
Co-authored-by: Jishnu Bhattacharya <[email protected]>
1 parent 07450a1 commit a3ed178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/matmul.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ end
551551
@test mul!(copy(D), A, A', true, 3) 4D
552552
if T <: Complex
553553
@test mul!(2C, A', A, im, 2) (4 + im) * C
554-
@test mul!(copy(D), A, A', im, 3) 3D + im*D
554+
@test mul!(2D, A, A', im, 3) (6 + im) * D
555555
end
556556
end
557557
end

0 commit comments

Comments
 (0)