Skip to content

Commit e03b8a1

Browse files
committed
Fix test
1 parent 4653153 commit e03b8a1

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
@@ -1174,7 +1174,7 @@ end
11741174
end
11751175

11761176
@testset "zero-length generic matvec" begin
1177-
m = SizedArrays.SizedArray{(2,2)}(reshape(1:4, 2, 2))
1177+
m = SizedArrays.SizedArray{(2,2)}(ones(2,2))
11781178
A = fill(m, 2, 0)
11791179
v = fill(m, size(A,2))
11801180
w = similar(v, size(A,1))

0 commit comments

Comments
 (0)