Skip to content

Commit c03f25f

Browse files
mcabbottoxinabox
authored andcommitted
skip
1 parent 797b626 commit c03f25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/projection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ using OffsetArrays, BenchmarkTools
276276
@test 0 == @ballocated $padj(dx) setup=(dx=adjoint(rand(10^3)))
277277
@test 0 == @ballocated $padj(dx) setup=(dx=transpose(rand(10^3)))
278278

279-
VERSION >= v"1.6" && @test 0 == @ballocated ProjectTo(x')(dx') setup=(x=rand(10^3); dx=rand(10^3))
279+
VERSION >= v"1.7-" && @test 0 == @ballocated ProjectTo(x')(dx') setup=(x=rand(10^3); dx=rand(10^3))
280280

281281
pdiag = ProjectTo(Diagonal(rand(10^3)))
282282
@test 0 == @ballocated $pdiag(dx) setup=(dx=Diagonal(rand(10^3)))

0 commit comments

Comments
 (0)