Skip to content

Commit f9e64f1

Browse files
committed
Add test
1 parent 065e601 commit f9e64f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/linearalgebra.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ using GenericLinearAlgebra, GenericSchur
2929
@test norm(Double64[2, 1]) norm(Float64[2, 1])
3030
@test norm(Double64[2, 1], 3.0) norm(Float64[2, 1], 3.0)
3131

32+
# issue #159
33+
@test norm(Double64[-1, -1], 1) 2
34+
3235
# issue #105
3336
for T in [Double16, Double32, Double64]
3437
for p in [0, 1.0, 2.0, Inf, -Inf]

0 commit comments

Comments
 (0)