Skip to content

Commit 5d6f138

Browse files
committed
fix test
1 parent 23f5d56 commit 5d6f138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/copy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,6 @@ using LoopVectorization, OffsetArrays, Test
327327
@. arr2[rng-ifirst] += 1
328328
@test arr1 == arr2
329329

330-
@test collect_turbo(77) == T.(1:77)
330+
@test collect_turbo(77, T) == T.(1:77)
331331
end
332332
end

0 commit comments

Comments
 (0)