Skip to content

Commit 49d2fc4

Browse files
committed
Restore full coverage of linalg
1 parent 28163ca commit 49d2fc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/linalg.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ using StaticArrays, Base.Test
150150

151151
@testset "size zero" begin
152152
@test vecdot(SVector{0, Float64}(()), SVector{0, Float64}(())) === 0.
153+
@test StaticArrays.bilinear_vecdot(SVector{0, Float64}(()), SVector{0, Float64}(())) === 0.
153154
@test vecnorm(SVector{0, Float64}(())) === 0.
154155
@test vecnorm(SVector{0, Float64}(()), 1) === 0.
155156
@test trace(SMatrix{0,0,Float64}(())) === 0.

0 commit comments

Comments
 (0)