Skip to content

Commit e140574

Browse files
simsuracesethaxen
andauthored
Run tests only above Julia 1.9
Co-authored-by: Seth Axen <[email protected]>
1 parent 31b758a commit e140574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rulesets/LinearAlgebra/dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
test_rrule(lyap, A, C)
160160
end
161161
end
162-
@testset "kron" begin
162+
VERSION v"1.9.0" && @testset "kron" begin
163163
@testset "AbstractVecOrMat{$T1}, AbstractVecOrMat{$T2}" for T1 in (Float64, ComplexF64), T2 in (Float64, ComplexF64)
164164
@testset "frule" begin
165165
test_frule(kron, randn(T1, 2), randn(T2, 3))

0 commit comments

Comments
 (0)