We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4ccb9 commit 05849afCopy full SHA for 05849af
test/views.jl
@@ -12,9 +12,6 @@ SAMPLES_DIR = joinpath(@__DIR__, "samples")
12
alloc2 = @allocated v = @view data[3:90]
13
v = @view data[3:80]
14
@test alloc2 < alloc1/100
15
- @static if VERSION >= v"1.8"
16
- @test alloc2 < 50
17
- end
18
@test all(v.int32_array .== data.int32_array[3:80])
19
20
v2 = @view data[[1,3,5]]
0 commit comments