File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 @test ((@MVector Float64[1 ;2 ;3 ;;;]):: MVector{3} ). data === (1.0 , 2.0 , 3.0 )
5656 @test ((@MVector [1 ;2 ;3 ;;;]):: MVector{3} ). data === (1 , 2 , 3 )
5757 # @test ((@MVector [;])::MVector{0}).data === ()
58- @eval @test ((@MVector $ (Expr (:ncat , 1 ))):: MVector{0} ). data === ()
58+ @eval @test_broken ((@MVector $ (Expr (:ncat , 1 ))):: MVector{0} ). data === ()
5959 # test_expand_error(:(@MVector [;;]))
6060 @eval test_expand_error (:(@MVector $ (Expr (:ncat , 2 ))))
6161 end
Original file line number Diff line number Diff line change 6464 @test ((@SVector Float64[1 ;2 ;3 ;;;]):: SVector{3} ). data === (1.0 , 2.0 , 3.0 )
6565 @test ((@SVector [1 ;2 ;3 ;;;]):: SVector{3} ). data === (1 , 2 , 3 )
6666 # @test ((@SVector [;])::SVector{0}).data === ()
67- @eval @test ((@SVector $ (Expr (:ncat , 1 ))):: SVector{0} ). data === ()
67+ @eval @test_broken ((@SVector $ (Expr (:ncat , 1 ))):: SVector{0} ). data === ()
6868 # test_expand_error(:(@SVector [;;]))
6969 @eval test_expand_error (:(@SVector $ (Expr (:ncat , 2 ))))
7070 end
You can’t perform that action at this time.
0 commit comments