Skip to content

Commit 3436f42

Browse files
committed
Update runtests.jl
1 parent 156e598 commit 3436f42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ end
334334
x = axes(L,1)
335335
@test L[0.123,:]'* (L \ exp.(x)) exp(0.123) atol=1E-9
336336
@test L[0.123,2:end-1]'* (L[:,2:end-1] \ exp.(x)) exp(0.123) atol=1E-9
337+
338+
@test L \ zeros(x) Zeros(3)
337339
end
338340
end
339341

0 commit comments

Comments
 (0)