Skip to content

Commit 0775fa3

Browse files
committed
Abandon pre 1.4
1 parent 16caf90 commit 0775fa3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/left.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ using LinearAlgebra: mul!
33

44
# y'*L is an exception to the left multiplication rule that makes a WrappedMap
55

6+
@static if VERSION v"1.4.0"
7+
68
function left_tester(L::LinearMap{T}) where {T}
79
M,N = size(L)
810
A = Matrix(L)
@@ -56,3 +58,5 @@ todo: fails with stack overflow
5658
@test left_tester(2L+3L') # LinearCombination
5759
=#
5860
end
61+
62+
end # version

0 commit comments

Comments
 (0)