Skip to content

Commit f15efed

Browse files
author
Michael Abbott
committed
one more skip
1 parent 3840437 commit f15efed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parsing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ end
417417

418418
# matrix
419419
M = rand(Int8, 3,4)
420-
@tullio H[i+_,j+_] := M[pad(i,2), pad(j,3)] pad=1
420+
@tullio H[i+_,j+_] := M[pad(i,2), pad(j,3)] pad=1 avx=false
421421
@test H == [trues(2,10); trues(3,3) M trues(3,3); trues(2,10)]
422422

423423
# pad keyword

0 commit comments

Comments
 (0)