Skip to content

Commit 3a24990

Browse files
committed
Fix test
1 parent f431be0 commit 3a24990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basics/test_basics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ arrayts = (Array, JLArray)
205205
@test @allowscalar(b[CartesianIndex()]) == 2
206206
@test b[Block()] == dev(fill(2))
207207
@test @allowscalar(b[Block()][]) == 2
208-
@test b[Block()[]] == 2
208+
@test @allowscalar(b[Block()[]]) == 2
209209
end
210210
end
211211

0 commit comments

Comments
 (0)