Skip to content

Commit c9592e5

Browse files
committed
Add note to a copy! test where check_args fails
1 parent c8ecb6d commit c9592e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/copy.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ using LoopVectorization, OffsetArrays, Test
221221

222222
fill_with_r1c3!(A1, B)
223223
@test all(==(B[1,3]), A1)
224-
fill_with_r1c3!(A1, LinearIndices(B))
225-
@test all(==(LinearIndices(B)[1,3]), A1)
224+
fill_with_r1c3!(A1, LinearIndices(B))# check args fails
225+
@test all(==(LinearIndices(B)[1,3]), A1)
226226

227227
a = rand(R)
228228
myfillavx!(x, a);

0 commit comments

Comments
 (0)