Skip to content

Commit dfbd6f8

Browse files
committed
Views for copy test.
1 parent d1fdc1b commit dfbd6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/copy.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,6 @@ using LoopVectorization, OffsetArrays, Test
199199
@test copy3!(y, x) == x
200200
fill!(y,0);
201201
@test copyselfdot!(y, x) x[1]^2 + x[2]^2
202-
@test view(x, 1:2) == y
202+
@test view(x, 1:2) == view(y, 1:2)
203203
end
204204
end

0 commit comments

Comments
 (0)