File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 760
760
@test @inferred (ArrayInterface. strides (u_base)) == (StaticInt (1 ), 1 , 4 , 16 )
761
761
@test @inferred (ArrayInterface. strides (u_vectors)) == (StaticInt (1 ), 4 , 16 )
762
762
@test @inferred (ArrayInterface. strides (u_view)) == (4 ,)
763
- @test @inferred (ArrayInterface. strides (u_view_reinterpreted)) == (4 ,)
764
- @test @inferred (ArrayInterface. strides (u_view_reshaped)) == (4 , 4 )
763
+ if VERSION ≥ v " 1.6.0-DEV.1581"
764
+ @test @inferred (ArrayInterface. strides (u_view_reinterpreted)) == (4 ,)
765
+ @test @inferred (ArrayInterface. strides (u_view_reshaped)) == (4 , 4 )
766
+ else
767
+ @test_broken @inferred (ArrayInterface. strides (u_view_reinterpreted)) == (4 ,)
768
+ @test_broken @inferred (ArrayInterface. strides (u_view_reshaped)) == (4 , 4 )
769
+ end
765
770
end
766
771
767
772
@test ArrayInterface. can_avx (ArrayInterface. can_avx) == false
You can’t perform that action at this time.
0 commit comments