Skip to content

Commit 388fe10

Browse files
jishnubKristofferC
authored andcommitted
Fix test
1 parent 720327b commit 388fe10

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
@@ -1182,7 +1182,7 @@ end
11821182
end
11831183

11841184
@testset "zero-length generic matvec" begin
1185-
m = SizedArrays.SizedArray{(2,2)}(reshape(1:4, 2, 2))
1185+
m = SizedArrays.SizedArray{(2,2)}(ones(2,2))
11861186
A = fill(m, 2, 0)
11871187
v = fill(m, size(A,2))
11881188
w = similar(v, size(A,1))

0 commit comments

Comments
 (0)