Skip to content

Commit 18cacc1

Browse files
committed
checkbounds test for mismatched Int Fill
1 parent 1db4a63 commit 18cacc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,7 @@ end
12921292
f = Fill(v, ∞)
12931293
@test checkbounds(Bool, r, f)
12941294
end
1295+
@test checkbounds(Bool, r, Fill(1, 1))
12951296
@test !checkbounds(Bool, r, Fill(true, 1))
12961297
end
12971298

0 commit comments

Comments
 (0)