Skip to content

Commit b2f396d

Browse files
authored
Avoid another Float64 in the test suite.
1 parent 6c1ea64 commit b2f396d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testsuite/indexing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
@test compare(x->setindex!(x,1,1), AT, zeros(Int, 2))
5656

5757
# issue #319
58-
@test compare(x->setindex!(x,1,1,1), AT, zeros(Float64, 2, 2))
58+
@test compare(x->setindex!(x,1,1,1), AT, zeros(Float32, 2, 2))
5959
end
6060
end
6161

0 commit comments

Comments
 (0)